PHP 클래스 Swiftriver\Core\ObjectModel\ConfigurationElement

저자: mg[at]swiftly[dot]org
파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 프로퍼티들

프로퍼티 타입 설명
$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