コード例 #1
0
 /**
  * @return ItemInterface
  */
 public function getParentItem()
 {
     return $this->collection->getParentItem();
 }
コード例 #2
0
ファイル: Item.php プロジェクト: bit3/php-flexi-tree
 /**
  * {@inheritdoc}
  */
 public function getParent()
 {
     return $this->parentCollection ? $this->parentCollection->getParentItem() : null;
 }