Пример #1
0
 /**
  * Get items
  *
  * @return array
  */
 protected function getItems()
 {
     if (!isset($this->importer)) {
         $this->importer = new \XLite\Logic\Import\Importer(isset($this->record['options']) ? $this->record['options'] : array());
     }
     return $this->importer->getStep();
 }