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

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

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

Метод Описание
getParentClass ( ) : string | null Gets the fully qualified class of parent:: scope.
getParentClassConstant ( ) : string | null Gets the value of parent::class constant.
getSelfClass ( ) : string | null Gets the fully qualified class of self:: scope.
getSelfClassConstant ( ) : string | null Gets the value of self::class constant.
getStaticClass ( ) : string | null Gets the fully qualified class of static:: scope.
getStaticClassConstant ( ) : string | null Gets the value of static::class constant.

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

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

Null if not applicable.
public getParentClass ( ) : string | null
Результат string | null

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

Null if not applicable.
public getParentClassConstant ( ) : string | null
Результат string | null

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

Null if not applicable.
public getSelfClass ( ) : string | null
Результат string | null

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

Null if not applicable.
public getSelfClassConstant ( ) : string | null
Результат string | null

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

Null if not applicable.
public getStaticClass ( ) : string | null
Результат string | null

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

Null if not applicable.
public getStaticClassConstant ( ) : string | null
Результат string | null