コード例 #1
0
ファイル: Node.php プロジェクト: radmiraal/TYPO3.TYPO3CR
 /**
  * Returns the names of defined access roles
  *
  * @return array
  * @api
  */
 public function getAccessRoles()
 {
     return $this->nodeData->getAccessRoles();
 }