PHP 인터페이스 Pinq\Parsing\IFunctionInterpreter

저자: Elliot Levin ([email protected])
파일 보기 프로젝트 열기: timetoogo/pinq 0 사용 예제들

공개 메소드들

메소드 설명
getReflection ( callable $function ) : Pinq\Parsing\IFunctionReflection Gets the reflection for the supplied function.
getStructure ( Pinq\Parsing\IFunctionReflection $reflection ) : Pinq\Parsing\IFunctionStructure Gets the structure for the supplied function.

메소드 상세

getReflection() 공개 메소드

Gets the reflection for the supplied function.
public getReflection ( callable $function ) : Pinq\Parsing\IFunctionReflection
$function callable
리턴 Pinq\Parsing\IFunctionReflection

getStructure() 공개 메소드

Magic constants (__DIR__, __FILE__...) will be resolved to their appropriate value. Scoped class keywords/constants (static::, self::, parent::) will be resolved to their fully qualified name.
public getStructure ( Pinq\Parsing\IFunctionReflection $reflection ) : Pinq\Parsing\IFunctionStructure
$reflection Pinq\Parsing\IFunctionReflection
리턴 Pinq\Parsing\IFunctionStructure