コード例 #1
0
ファイル: Course.php プロジェクト: omaoibrahim/chamilo-lms
 /**
  * @param CTool $tool
  */
 public function addTools(CTool $tool)
 {
     $tool->setCourse($this);
     $this->tools[] = $tool;
 }