예제 #1
0
파일: template.php 프로젝트: evltuma/moodle
 /**
  * Returns true when the template has user learning plans.
  *
  * @return boolean
  */
 public function has_plans()
 {
     return plan::has_records_for_template($this->get_id());
 }