예제 #1
0
 /**
  * Check if everything is allowed
  *
  * @return boolean
  */
 public function getEverythingAllowed()
 {
     return $this->_treeModel->getEverythingAllowed();
 }
예제 #2
0
 /**
  * Check if everything is allowed
  *
  * @return boolean
  */
 public function getEverythingAllowed()
 {
     $this->_prepareTreeModel();
     return $this->_treeModel->getEverythingAllowed();
 }