Method | Description | |
---|---|---|
findAllTags ( ) : array | Searches for all roles. | |
findTagById ( integer $id ) : |
Finds the tag with the given ID. | |
findTagByName ( string $name ) : mixed | Finds the tag with the given name. |
public findTagById ( integer $id ) : |
||
$id | integer | |
return |
public findTagByName ( string $name ) : mixed | ||
$name | string | |
return | mixed |