TagsModelTag::getItem
Method to get a tag.
Signature
public function getItem([integer
$pk = null] )
Parameters
-
$pk
- An optional id of the object to get, otherwise the id from the model state is used.
Returns
- mixed
- Tag data object on success, false on failure.