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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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