コード例 #1
0
ファイル: SuluNode.php プロジェクト: sulu/sulu
 /**
  * {@inheritdoc}
  */
 public function getPrimaryItem()
 {
     return $this->node->getPrimaryItem();
 }
コード例 #2
0
 /**
  * @expectedException \PHPCR\ItemNotFoundException
  * @group getPrimaryItem
  */
 public function testGetPrimaryItemItemNotFound()
 {
     $this->rootNode->getPrimaryItem();
 }