PHP 클래스 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.
상속: extends Horde_Kolab_Format_Xml
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_fields_specific Kolab Specific data fields for the prefs object

공개 메소드들

메소드 설명
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.

메소드 상세

save() 공개 메소드

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)
리턴 resource The data as XML stream.

프로퍼티 상세

$_fields_specific 보호되어 있는 프로퍼티

Specific data fields for the prefs object
protected Kolab $_fields_specific
리턴 Kolab