PHP Класс type

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$_dimension integer The number of dimensions this type has.
$_name str The name of the type.
$_root rootDoc Reference to the root element.

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

Метод Описание
asClassDoc ( ) : ClassDoc Return this type as a class.
dimension ( ) : str Return the type's dimension information, as a string.
qualifiedTypeName ( ) : str Get qualified name of this type.
toString ( ) : str Returns a string representation of the type.
type ( $name, &$root ) Constructor
typeName ( ) : str Get name of this type.

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

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

Return this type as a class.
public asClassDoc ( ) : ClassDoc
Результат ClassDoc A classDoc if the type is a class, null if it is a primitive type.

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

Return the type's dimension information, as a string.
public dimension ( ) : str
Результат str

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

Get qualified name of this type.
public qualifiedTypeName ( ) : str
Результат str

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

Returns a string representation of the type.
public toString ( ) : str
Результат str

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

Constructor
public type ( $name, &$root )

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

Get name of this type.
public typeName ( ) : str
Результат str

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

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

The number of dimensions this type has.
public int $_dimension
Результат integer

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

The name of the type.
public str $_name
Результат str

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

Reference to the root element.
public rootDoc $_root
Результат rootDoc