ConfEditorToken Class Reference

Class to wrap a token from the tokenizer. More...

List of all members.

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 )


Detailed Description

Class to wrap a token from the tokenizer.

Definition at line 1031 of file ConfEditor.php.


Constructor & Destructor Documentation

ConfEditorToken::__construct ( type,
text 
)

Definition at line 1041 of file ConfEditor.php.

References $text, and $type.


Member Function Documentation

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]


Member Data Documentation

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

Definition at line 1032 of file ConfEditor.php.

Referenced by __construct().

ConfEditorToken::$type

Definition at line 1032 of file ConfEditor.php.

Referenced by __construct().


The documentation for this class was generated from the following file:

Generated on Sat Apr 30 22:57:34 2011 for MediaWiki by  doxygen 1.5.9