예제 #1
0
파일: Area.php 프로젝트: gerardoGomr/sise
 /**
  * obtener el nombre de todos los areas
  * @return string
  */
 public function obtenerAreasPadres()
 {
     if (!is_null($this->area)) {
         return $this->nombre . $this->area->obtenerAreas();
     }
 }