Example #1
0
 private function getImages($nodeId, $tableId, $pageSize)
 {
     $api = new StorageExport();
     $maxId = $this->get('max_id', 0);
     return $api->getImageLists($tableId, $pageSize, $nodeId, $maxId);
 }