コード例 #1
0
ファイル: vevent.class.php プロジェクト: DavidGarciaCat/eyeos
 function __construct($etag, $url, VTYPE $type, iRemoteCalendar $item, $new)
 {
     parent::__construct($etag, $url, $type, $item, $new);
     $this->rulesParser = new RRuleParser();
 }