PHP Класс Swiftriver\Core\ObjectModel\ConfigurationElement

Автор: mg[at]swiftly[dot]org
Показать файл Открыть проект

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

Свойство Тип Описание
$description string The text description of the element
$name string The name of this element
$type The type of the property, only valid php types are allowed.
$value The value of this configuration property

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

Метод Описание
__construct ( string $name, string $type, string $description, object $value = null )

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

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

public __construct ( string $name, string $type, string $description, object $value = null )
$name string The name of this element
$type string 'int'|'string'|'bool'|'float'
$description string The text description of the element
$value object

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

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

The text description of the element
public string $description
Результат string

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

The name of this element
public string $name
Результат string

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

The type of the property, only valid php types are allowed.
public $type

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

The value of this configuration property
public $value