Exemple #1
0
 /**
  * @return string
  */
 public function get_all_parent()
 {
     $this->result[] = \Goteo\Model\Skill::getAllParent();
     return $this->output();
 }