예제 #1
0
 /**
  * Returns true when some competencies of the framework have user competencies.
  *
  * This is useful to determine if the framework, or part of it, should be locked down.
  *
  * @return boolean
  */
 public function has_user_competencies()
 {
     return user_competency::has_records_for_framework($this->get_id()) || user_competency_plan::has_records_for_framework($this->get_id());
 }