PHP Class Swiftriver\Core\ObjectModel\ConfigurationElement

Author: mg[at]swiftly[dot]org
Afficher le fichier Open project: ushahidi/Swiftriver-2011

Méthodes publiques

Свойство Type Description
$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

Méthodes publiques

Méthode Description
__construct ( string $name, string $type, string $description, object $value = null )

Method Details

__construct() public méthode

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

Property Details

$description public_oe property

The text description of the element
public string $description
Résultat string

$name public_oe property

The name of this element
public string $name
Résultat string

$type public_oe property

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

$value public_oe property

The value of this configuration property
public $value