The property is the type of value used by the Objects of the ADMS & RADion libraries. It simplifies the management of the export and import

access public

 Methods

Constructor

__construct(string $value, string $type, array $additionalParameter) 

Parameters

$value

string

the value of the property

$type

string

(optional) the type of the property

$additionalParameter

array

(optional) additional parameter

 Properties

 

The additional parameter which may be required by the property (e.g. the language, the type of data) It is a key/value pairs

$additionalParameter : array

access public
 

The type of property based on an enumeration (might be Literal or Resource)

$type : string

access public
 

The value of the property

$value : string

access public