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