PHP 클래스 Horde_Kolab_Format_Xml_Annotation, horde

Copyright 2008-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
$_root_name string The name of the root element.

보호된 메소드들

메소드 설명
_load ( &$children ) : array Load the groupware object based on the specifc XML values.
_save ( array &$root, array $object ) : boolean Save the specific XML values.

메소드 상세

_load() 보호된 메소드

Load the groupware object based on the specifc XML values.
protected _load ( &$children ) : array
리턴 array Array with the object data

_save() 보호된 메소드

Save the specific XML values.
protected _save ( array &$root, array $object ) : boolean
$root array The XML document root.
$object array The resulting data array.
리턴 boolean True on success.

프로퍼티 상세

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

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

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

The name of the root element.
protected string $_root_name
리턴 string