Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
DB
Query
BatchIteratorInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\DB\Query
;
7
11
interface
BatchIteratorInterface
extends
\Iterator
12
{
17
const
UNIQUE_FIELD_ITERATOR
=
"unique"
;
18
23
const
NON_UNIQUE_FIELD_ITERATOR
=
"non_unqiue"
;
24
32
public
function
current
();
33
41
public
function
key
();
42
51
public
function
next
();
52
60
public
function
rewind
();
61
67
public
function
valid
();
68
}
Magento\Framework\DB\Query\BatchIteratorInterface\key
key()
Magento\Framework\DB\Query\BatchIteratorInterface\valid
valid()
Magento\Framework\DB\Query\BatchIteratorInterface\NON_UNIQUE_FIELD_ITERATOR
const NON_UNIQUE_FIELD_ITERATOR
Definition:
BatchIteratorInterface.php:23
Magento\Framework\DB\Query
Definition:
BatchIterator.php:6
Magento\Framework\DB\Query\BatchIteratorInterface\rewind
rewind()
Magento\Framework\DB\Query\BatchIteratorInterface
Definition:
BatchIteratorInterface.php:11
Magento\Framework\DB\Query\BatchIteratorInterface\UNIQUE_FIELD_ITERATOR
const UNIQUE_FIELD_ITERATOR
Definition:
BatchIteratorInterface.php:17
Magento\Framework\DB\Query\BatchIteratorInterface\current
current()
Magento\Framework\DB\Query\BatchIteratorInterface\next
next()