Beispiel #1
0
 /**
  * Calls the addRow() method on the currently associated ShopgateFileBuffer
  *
  * @param Shopgate_Model_AbstractExport $object
  * @throws ShopgateLibraryException if flushing the buffer fails.
  */
 private final function addModel(Shopgate_Model_AbstractExport $object)
 {
     $this->buffer->addRow($object);
 }
Beispiel #2
0
 /**
  * Calls the addRow() method on the currently associated ShopgateFileBuffer
  *
  * @param mixed[] $row
  * @throws ShopgateLibraryException if flushing the buffer fails.
  */
 private final function addRow($row)
 {
     $this->buffer->addRow($row);
 }