コード例 #1
0
ファイル: Node.php プロジェクト: radmiraal/TYPO3.TYPO3CR
 /**
  * Returns a full length plain text description of this node
  *
  * @return string
  */
 public function getFullLabel()
 {
     return $this->nodeData->getFullLabel();
 }