Exemple #1
0
 public function get_skill()
 {
     if (!empty($_REQUEST['skillid'])) {
         $skill_id = $_REQUEST['skillid'];
     }
     $this->result[] = \Goteo\Model\Skill::get($skill_id);
     return $this->output();
 }