PHP 클래스 Horde_Kolab_FreeBusy_Freebusy_Helper_Owa, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/) Copyright 2011 Kolab Systems AG See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Mathieu Parent ([email protected])
저자: Gunnar Wrobel ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string | resource $input ) Constructor
__toString ( ) : string Return the XML document.
convert ( Horde_Date $start, Horde_Date $end, integer $interval ) : array Convert the free/busy data from the XML to an array.

비공개 메소드들

메소드 설명
_stateAsString ( string $code ) : string Return state value, based on state code

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string | resource $input )
$input string | resource The input data.

__toString() 공개 메소드

Return the XML document.
public __toString ( ) : string
리턴 string The complete XML document.

convert() 공개 메소드

Convert the free/busy data from the XML to an array.
public convert ( Horde_Date $start, Horde_Date $end, integer $interval ) : array
$start Horde_Date The start of the requested free/busy data.
$end Horde_Date The end of the requested free/busy data.
$interval integer The interval of the data.
리턴 array The data array representing the XML data.