Example #1
0
 /**
  * Возвращает массив данных о предке
  * @return array
  */
 public function getParentItem(Item $item)
 {
     return $item->getParentItem();
 }