Class Horde_SyncMl_Property
The Horde_SyncMl_Property class is used to define a single property of a data item supported by the device.
The allowed contents of a property can be defined by an enumeration of valid values (ValEnum) or by a DataType/Size combination, or not at all.
Copyright 2005-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Package: SyncMl
Author: Karsten Fourmont karsten@horde.org
Author: Jan Schneider jan@horde.org
Located at Horde/SyncMl/Property.php
Author: Karsten Fourmont karsten@horde.org
Author: Jan Schneider jan@horde.org
Located at Horde/SyncMl/Property.php
public
array
|
$ValEnum
The supported enumerated values of the content type property. |
|
public
string
|
$DataType
The datatype of the content type property, e.g. 'chr', 'int', 'bool', etc. |
|
public
integer
|
$Size
The size of the content type property in bytes. |
|
public
string
|
$DisplayName
The display name of the content type property. |
|
public
array
|
$Params
The supported parameters of the content type property. |