コード例 #1
0
ファイル: Node.php プロジェクト: radmiraal/TYPO3.TYPO3CR
 /**
  * Returns the current state of the hidden flag
  *
  * @return boolean
  * @api
  */
 public function isHidden()
 {
     return $this->nodeData->isHidden();
 }