Exemplo n.º 1
0
 /**
  * Return the competency linked to this.
  *
  * @return competency
  */
 public function get_competency()
 {
     return user_competency::get_competency_by_usercompetencyid($this->get_usercompetencyid());
 }