public
|
|
public
|
#
tag( mixed $tagClass, mixed $tag )
Tag this token with the specified tag
Tag this token with the specified tag
|
public
|
#
untag( mixed $tagClass )
Remove all tags of the given class
Remove all tags of the given class
|
public
|
#
tagged( )
Return true if this token has any tags
Return true if this token has any tags
|
public
|
#
getTag( mixed $tagClass )
Return the Tag that matches the given class
Return the Tag that matches the given class
|
public
|
#
__toString( )
Print this Token in a pretty way
Print this Token in a pretty way
|