Public Member Functions | |
| __construct ($type, $text) | |
| isSkip () | |
| isScalar () | |
| isEnd () | |
Static Public Member Functions | |
| static | newEnd () |
Public Attributes | |
| $type | |
| $text | |
Static Public Attributes | |
| static | $scalarTypes = array( T_LNUMBER, T_DNUMBER, T_STRING, T_CONSTANT_ENCAPSED_STRING ) |
| static | $skipTypes = array( T_WHITESPACE, T_COMMENT, T_DOC_COMMENT ) |
Definition at line 1031 of file ConfEditor.php.
| ConfEditorToken::__construct | ( | $ | type, | |
| $ | text | |||
| ) |
| ConfEditorToken::isEnd | ( | ) |
Definition at line 1054 of file ConfEditor.php.
| ConfEditorToken::isScalar | ( | ) |
Definition at line 1050 of file ConfEditor.php.
| ConfEditorToken::isSkip | ( | ) |
Definition at line 1046 of file ConfEditor.php.
| static ConfEditorToken::newEnd | ( | ) | [static] |
Definition at line 1037 of file ConfEditor.php.
Referenced by ConfEditor::firstToken(), ConfEditor::getTokenAhead(), and ConfEditor::setPos().
ConfEditorToken::$scalarTypes = array( T_LNUMBER, T_DNUMBER, T_STRING, T_CONSTANT_ENCAPSED_STRING ) [static] |
Definition at line 1034 of file ConfEditor.php.
ConfEditorToken::$skipTypes = array( T_WHITESPACE, T_COMMENT, T_DOC_COMMENT ) [static] |
Definition at line 1035 of file ConfEditor.php.
| ConfEditorToken::$text |
| ConfEditorToken::$type |
1.5.9