PHP Interface Pinq\Analysis\IField

$val->field;
Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Analysis\ITypeOperation
Afficher le fichier Open project: timetoogo/pinq

Méthodes publiques

Méthode Description
getName ( ) : string Gets the name of the field.
isStatic ( ) : boolean Whether the field is static.

Method Details

getName() public méthode

Gets the name of the field.
public getName ( ) : string
Résultat string

isStatic() public méthode

Whether the field is static.
public isStatic ( ) : boolean
Résultat boolean