コード例 #1
0
ファイル: Event.php プロジェクト: shokohsc/IcalBundle
 public function attachAlarm(Alarm $alarm)
 {
     $this->event->setComponent($alarm->getAlarm());
     return $this;
 }