Property | Type | Description | |
---|---|---|---|
$depth | integer |
Method | Description | |
---|---|---|
__construct ( $input = NULL ) | ||
append ( $val, $position = NULL ) : static | Appends simple token or string (will be parsed). | |
fetchWord ( ) : string | Reads single token (optionally delimited by comma) from string. | |
fetchWords ( ) : array | Reads single tokens delimited by colon from string. | |
parse ( $s ) | ||
prepend ( $val ) : static | Prepends simple token or string (will be parsed). | |
reset ( ) |
Method | Description | |
---|---|---|
next ( ) |
public append ( $val, $position = NULL ) : static | ||
return | static |
public fetchWords ( ) : array | ||
return | array |
public prepend ( $val ) : static | ||
return | static |