Documentation

Horde_Date_Parser_Token
in package

Tags
author

Chuck Hagenbuch chuck@horde.org

author

Jan Schneider jan@horde.org

category

Horde

copyright

2008-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL

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

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
Return values
mixed

Search results