Tag entity
Phproberto\Joomla\Entity\Tags\Tag
Represents a com_tags tag.
Index
Usage
To start using this entity you have to load the phproberto_library
and add the use statement like:
\JLoader::import('phproberto_entity.library');
use Phproberto\Joomla\Entity\Tags\Tag;
// Load the tag with id = 1
$tag = Tag::instance(1);
Methods
This entity has these methods available:
Traits
This class allows you to use methods defined in these traits: