コード例 #1
0
ファイル: Event.php プロジェクト: xima-media/ical-bundle
 public function __construct()
 {
     $this->created = new \DateTime();
     parent::__construct(self::generateUniqueId());
 }