PHP Class Horde_Kolab_Format_Xml_Envelope, horde

Copyright 2011-2016 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.
Inheritance: extends Horde_Kolab_Format_Xml
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_fields_specific Kolab Specific data fields for the prefs object

Public Methods

Method Description
save ( array $object, array $options = [] ) : resource Convert the data to a XML stream. Strings contained in the data array may only be provided as UTF-8 data.

Method Details

save() public method

Convert the data to a XML stream. Strings contained in the data array may only be provided as UTF-8 data.
public save ( array $object, array $options = [] ) : resource
$object array The data array representing the object.
$options array Additional options when parsing the XML.
- previous: The previous XML text (default: empty string)
- relaxed: Relaxed error checking (default: false)
return resource The data as XML stream.

Property Details

$_fields_specific protected_oe property

Specific data fields for the prefs object
protected Kolab $_fields_specific
return Kolab