1 | <?php |
||
18 | class ICalendarDateViewHelper extends AbstractViewHelper |
||
19 | { |
||
20 | /** |
||
21 | * Initialize arguments |
||
22 | */ |
||
23 | public function initializeArguments() |
||
28 | |||
29 | /** |
||
30 | * Formats the given date according to rfc5545 |
||
31 | * |
||
32 | * @see http://tools.ietf.org/html/rfc5545#section-3.3.5 |
||
33 | * @return string |
||
34 | */ |
||
35 | 6 | public function render() |
|
47 | } |
||
48 |