getChildren() публичный Метод

public getChildren ( $name )
Пример #1
0
 /**
  * @return array
  */
 public function getChildrens()
 {
     if (!$this->_childrens) {
         $this->_childrens = $this->_authMan->getChildren($this->name);
     }
     return $this->_childrens;
 }