PHP Интерфейс Pinq\Analysis\IConstructor

new stdClass();
Автор: Elliot Levin ([email protected])
Наследование: extends Pinq\Analysis\ITypeOperation
Показать файл Открыть проект

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

Метод Описание
getReflection ( ) : ReflectionMethod | null Gets the reflection of the constructor.
hasMethod ( ) : boolean Whether the type has a __construct method.

Описание методов

getReflection() публичный Метод

Null if there is no __construct method.
public getReflection ( ) : ReflectionMethod | null
Результат ReflectionMethod | null

hasMethod() публичный Метод

Whether the type has a __construct method.
public hasMethod ( ) : boolean
Результат boolean