Ejemplo n.º 1
0
 /**
  * Set storage result
  *
  * @param StorageResultInterface $storageResult
  */
 protected function setStorageResult(StorageResultInterface $storageResult)
 {
     $this->storageResult = $storageResult;
     $this->items = [];
     $this->itemCount = $storageResult->count();
 }