PHP Class HippoPHP\Hippo\CheckContext

Show file Open project: hippophp/hippo Class Usage Examples

Public Methods

Method Description
__construct ( File $file )
getFile ( ) : File
getSyntaxTree ( ) : mixed
getTokenList ( ) : HippoPHP\Tokenizer\TokenListIterator

Method Details

__construct() public method

public __construct ( File $file )
$file File

getFile() public method

public getFile ( ) : File
return File

getSyntaxTree() public method

public getSyntaxTree ( ) : mixed
return mixed

getTokenList() public method

public getTokenList ( ) : HippoPHP\Tokenizer\TokenListIterator
return HippoPHP\Tokenizer\TokenListIterator