/** * @return array */ public function getChildrens() { if (!$this->_childrens) { $this->_childrens = $this->_authMan->getChildren($this->name); } return $this->_childrens; }