Horde_Date_Parser_Token
in package
Tags
Table of Contents
- $tags : mixed
- $word : mixed
- __construct() : mixed
- __toString() : mixed
- Print this Token in a pretty way
- getTag() : mixed
- Return the Tag that matches the given class
- tag() : mixed
- Tag this token with the specified tag
- tagged() : mixed
- Return true if this token has any tags
- untag() : mixed
- Remove all tags of the given class
Properties
$tags
public
mixed
$tags
$word
public
mixed
$word
Methods
__construct()
public
__construct(mixed $word) : mixed
Parameters
- $word : mixed
Return values
mixed —__toString()
Print this Token in a pretty way
public
__toString() : mixed
Return values
mixed —getTag()
Return the Tag that matches the given class
public
getTag(mixed $tagClass) : mixed
Parameters
- $tagClass : mixed
Return values
mixed —tag()
Tag this token with the specified tag
public
tag(mixed $tagClass, mixed $tag) : mixed
Parameters
- $tagClass : mixed
- $tag : mixed
Return values
mixed —tagged()
Return true if this token has any tags
public
tagged() : mixed
Return values
mixed —untag()
Remove all tags of the given class
public
untag(mixed $tagClass) : mixed
Parameters
- $tagClass : mixed