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

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

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

Метод Описание
getClassType ( ) : string Gets the qualified class name.
getReflection ( ) : ReflectionClass Gets the reflection of the class type.

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

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

Gets the qualified class name.
public getClassType ( ) : string
Результат string

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

Gets the reflection of the class type.
public getReflection ( ) : ReflectionClass
Результат ReflectionClass