PHP 클래스 Horde_Icalendar_Vtimezone, horde

Copyright 2003-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.
저자: Mike Cochrane ([email protected])
상속: extends Horde_Icalendar
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$type string The component type of this class.

공개 메소드들

메소드 설명
exportvCalendar ( ) : TODO TODO
parseChild ( Horde_Icalendar_Standard | Horde_Icalendar_Daylight $child, integer $year ) : array Parses child components of vTimezone component.

메소드 상세

exportvCalendar() 공개 메소드

TODO
public exportvCalendar ( ) : TODO
리턴 TODO

parseChild() 공개 메소드

Returns an array with the exact time of the time change as well as the 'from' and 'to' offsets around the change. Time is arbitrarily based on UTC for comparison.
public parseChild ( Horde_Icalendar_Standard | Horde_Icalendar_Daylight $child, integer $year ) : array
$child Horde_Icalendar_Standard | Horde_Icalendar_Daylight A timezone component.
$year integer The latest year we are interested in.
리턴 array A list of hashes with "time", "from", and "to" elements.

프로퍼티 상세

$type 공개적으로 프로퍼티

The component type of this class.
public string $type
리턴 string