PHP Interface Pinq\Analysis\IField

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

Public Methods

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

Method Details

getName() public method

Gets the name of the field.
public getName ( ) : string
return string

isStatic() public method

Whether the field is static.
public isStatic ( ) : boolean
return boolean