예제 #1
0
 /**
  * Represents the "get_pages_csv" action.
  *
  * @todo
  * @throws ShopgateLibraryException
  * @see http://wiki.shopgate.com/Shopgate_Plugin_API_get_pages_csv/
  */
 protected function getPagesCsv()
 {
     if (empty($this->response)) {
         $this->response = new ShopgatePluginApiResponseTextCsv($this->trace_id);
     }
     $this->responseData = $this->config->getPagesCsvPath();
 }