PHP Class mageekguy\atoum\php\tokenizer

Inheritance: implements iteratorAggregate
Datei anzeigen Open project: atoum/atoum Class Usage Examples

Protected Properties

Property Type Description
$iterator

Public Methods

Method Description
__construct ( )
getIterator ( )
resetIterator ( )
tokenize ( $string )

Private Methods

Method Description
appendArray ( )
appendCommentAndWhitespace ( )
appendConstant ( )
appendFunction ( )
appendImportation ( )
appendNamespace ( )
nextTokenIs ( $tokenName, array $skipedTags = [T_WHITESPACE, T_COMMENT, T_INLINE_HTML] )

Method Details

__construct() public method

public __construct ( )

getIterator() public method

public getIterator ( )

resetIterator() public method

public resetIterator ( )

tokenize() public method

public tokenize ( $string )

Property Details

$iterator protected_oe property

protected $iterator