Example #1
0
 /**
  * Returns the current state of the hidden flag
  *
  * @return boolean
  * @api
  */
 public function isHidden()
 {
     return $this->nodeData->isHidden();
 }