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

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

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

Метод Описание
getName ( ) : string Gets the name of the field.
isStatic ( ) : boolean Whether the field is static.

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

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

Gets the name of the field.
public getName ( ) : string
Результат string

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

Whether the field is static.
public isStatic ( ) : boolean
Результат boolean