Exemple #1
0
 /**
  * Check if tree has entity only attributes
  *
  * @return bool
  */
 public function hasEntityOnlyAttributes()
 {
     return $this->_treeModel->getHasEntityOnlyAttributes();
 }
 /**
  * Check if everything is allowed
  *
  * @return boolean
  */
 public function getEverythingAllowed()
 {
     $this->_prepareTreeModel();
     return $this->_treeModel->getEverythingAllowed();
 }