PHP Интерфейс Pinq\Parsing\IFunctionInterpreter

Автор: Elliot Levin ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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