示例#1
0
 /**
  * @return ItemInterface
  */
 public function getParentItem()
 {
     return $this->collection->getParentItem();
 }
示例#2
0
 /**
  * {@inheritdoc}
  */
 public function getParent()
 {
     return $this->parentCollection ? $this->parentCollection->getParentItem() : null;
 }