示例#1
0
 /**
  * Checks whether this node is allowed for the current user
  * @return boolean true if this node is allowed for the current user, false if not
  * @throws zibo\ZiboException when the NodeSettings are not set to this node
  */
 public function isAllowed()
 {
     $this->checkSettings();
     return $this->settings->isAllowed();
 }