Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
BatchSizeManagementInterface.php
Go to the documentation of this file.
1 <?php
7 
8 use \Magento\Framework\DB\Adapter\AdapterInterface;
9 
16 {
25  public function ensureBatchSize(\Magento\Framework\DB\Adapter\AdapterInterface $adapter, $batchSize);
26 }
$adapter
Definition: webapi_user.php:16
ensureBatchSize(\Magento\Framework\DB\Adapter\AdapterInterface $adapter, $batchSize)