PHP Class Swiftriver\Core\ObjectModel\ConfigurationElement

Author: mg[at]swiftly[dot]org
Show file Open project: ushahidi/Swiftriver-2011

Public Properties

Property 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

Public Methods

Method Description
__construct ( string $name, string $type, string $description, object $value = null )

Method Details

__construct() public method

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 property

The text description of the element
public string $description
return string

$name public property

The name of this element
public string $name
return string

$type public property

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

$value public property

The value of this configuration property
public $value