示例#1
0
 /**
  * Get the allowedAll flag for the current entity
  * 
  * @return bool True if the entity's allowedAll is true, false if not.
  */
 public function getAllowedAll()
 {
     return $this->_entity->getAllowedAll();
 }