コード例 #1
0
ファイル: BaseQuirofano.php プロジェクト: eddypre/Quirofano
 /**
  * @param	Agenda $agenda The agenda object to add.
  */
 protected function doAddAgenda($agenda)
 {
     $this->collAgendas[] = $agenda;
     $agenda->setQuirofano($this);
 }