getChildren() public method

public getChildren ( $name )
コード例 #1
0
 /**
  * @return array
  */
 public function getChildrens()
 {
     if (!$this->_childrens) {
         $this->_childrens = $this->_authMan->getChildren($this->name);
     }
     return $this->_childrens;
 }