PHP Класс fieldDoc

Наследование: extends ProgramElementDoc
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$_type type The type of the variable.
$_value mixed The value of the variable if it is a constant.

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

Метод Описание
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.

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

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

Returns the value of the constant.
public constantValue ( ) : str
Результат str

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

Constructor
public fieldDoc ( $name, &$parent, &$root, $filename = NULL, $lineNumber = NULL, $sourcePath = NULL )

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

Construct is a field.
public isField ( ) : boolean
Результат boolean

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

Construct is a global.
public isGlobal ( ) : boolean
Результат boolean

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

Get type of this variable.
public type ( ) : Type
Результат Type

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

Format a field type for outputting. Recognised types are turned into HTML anchor tags to the documentation page for the class defining them.
public typeAsString ( ) : str
Результат str The string representation of the field type

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

Returns the value of the field.
public value ( ) : mixed
Результат mixed

Описание свойств

$_type публичное свойство

The type of the variable.
public type $_type
Результат type

$_value публичное свойство

The value of the variable if it is a constant.
public mixed $_value
Результат mixed