Property | Type | Description | |
---|---|---|---|
$_type | type | The type of the variable. | |
$_value | mixed | The value of the variable if it is a constant. |
Method | Description | |
---|---|---|
constantValue ( ) : str | Returns the value of the constant. | |
fieldDoc ( $name, &$parent, &$root, $filename = NULL, $lineNumber = NULL, $sourcePath = NULL ) | Constructor | |
isField ( ) : boolean | Construct is a field. | |
isGlobal ( ) : boolean | Construct is a global. | |
type ( ) : Type | Get type of this variable. | |
typeAsString ( ) : str | Format a field type for outputting. Recognised types are turned into HTML anchor tags to the documentation page for the class defining them. | |
value ( ) : mixed | Returns the value of the field. |
public constantValue ( ) : str | ||
return | str |
public fieldDoc ( $name, &$parent, &$root, $filename = NULL, $lineNumber = NULL, $sourcePath = NULL ) |
public typeAsString ( ) : str | ||
return | str | The string representation of the field type |
public mixed $_value | ||
return | mixed |