Finds one or more tag instances by their tag name.
public static function UnbTag::FindByTagName ($tagName, $caseless = false, $getAll = false);
a UnbTag object or an array of UnbTag objects, if successful, null
otherwise.
Note that this method will only return a single tag if the getAll parameter is false. So if the specified name is not unique (which is possible by the application design), it is undetermined, which of the tags is returned.
InvalidArgumentException | No description available. |
LengthException | No description available. |
UnbDatabaseException | No description available. |
Member of class: UnbTag
Implementation file: tag.class.php, line 203
© 2010 Yves Goergen. UNB Components Homepage. Reference generated on 2010-03-07.