Пример #1
0
 /**
  * @param PersisterObjectInterface $object
  *
  * @return array
  *
  * @throws \Exception
  */
 public function find(PersisterObjectInterface $object)
 {
     //        var_dump($object);
     $module = $object->getModule();
     $container = $this->loadModel($module, $object->getContext(), $object);
     return $this->moduleManager->setModule($module)->find($container);
 }