PHP Class Pinq\Parsing\PhpParser\Parser

Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Parsing\ParserBase
Datei anzeigen Open project: timetoogo/pinq

Public Methods

Method Description
__construct ( )

Protected Methods

Method Description
parseFunction ( Pinq\Parsing\IFunctionReflection $reflection, $filePath )

Private Methods

Method Description
getLocatedFunctionNodesIn ( $filePath )
getMatchingFunctionNode ( array $locatedFunctionNodes, Pinq\Parsing\IFunctionReflection $reflection ) : LocatedFunctionNode

Method Details

__construct() public method

public __construct ( )

parseFunction() protected method

protected parseFunction ( Pinq\Parsing\IFunctionReflection $reflection, $filePath )
$reflection Pinq\Parsing\IFunctionReflection