MediaWiki
REL1_19
|
Class to wrap a token from the tokenizer. More...
Public Member Functions | |
__construct ($type, $text) | |
isEnd () | |
isScalar () | |
isSkip () | |
Static Public Member Functions | |
static | newEnd () |
Public Attributes | |
$text | |
$type | |
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 ) |
Class to wrap a token from the tokenizer.
Definition at line 1033 of file ConfEditor.php.
ConfEditorToken::__construct | ( | $ | type, |
$ | text | ||
) |
Definition at line 1043 of file ConfEditor.php.
Definition at line 1056 of file ConfEditor.php.
Definition at line 1052 of file ConfEditor.php.
Definition at line 1048 of file ConfEditor.php.
static ConfEditorToken::newEnd | ( | ) | [static] |
Definition at line 1039 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 1036 of file ConfEditor.php.
ConfEditorToken::$skipTypes = array( T_WHITESPACE, T_COMMENT, T_DOC_COMMENT ) [static] |
Definition at line 1037 of file ConfEditor.php.
ConfEditorToken::$text |
Definition at line 1034 of file ConfEditor.php.
Referenced by __construct().
ConfEditorToken::$type |
Definition at line 1034 of file ConfEditor.php.
Referenced by __construct().