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
MapperInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\DB
;
7
11
interface
MapperInterface
12
{
13
const
SORT_ORDER_ASC
=
'ASC'
;
14
15
const
SORT_ORDER_DESC
=
'DESC'
;
16
23
public
function
map
(\
Magento
\Framework\Api\
CriteriaInterface
$criteria);
24
30
public
function
getResource
();
31
43
public
function
addExpressionFieldToSelect
(
$alias
, $expression,
$fields
);
44
83
public
function
addFieldToFilter
($field, $condition =
null
);
84
90
public
function
reset
();
91
}
Magento\Framework\DB\MapperInterface\reset
reset()
Magento\Framework\DB\MapperInterface\addFieldToFilter
addFieldToFilter($field, $condition=null)
Magento\Framework\DB\MapperInterface\SORT_ORDER_ASC
const SORT_ORDER_ASC
Definition:
MapperInterface.php:13
$fields
$fields
Definition:
details.phtml:14
Magento\Framework\Api\CriteriaInterface
Definition:
CriteriaInterface.php:11
Magento\Framework\DB\MapperInterface\SORT_ORDER_DESC
const SORT_ORDER_DESC
Definition:
MapperInterface.php:15
Magento\Framework\DB\MapperInterface\map
map(\Magento\Framework\Api\CriteriaInterface $criteria)
Magento\Framework\DB
Definition:
AbstractMapper.php:6
Magento
Magento\Framework\DB\MapperInterface\addExpressionFieldToSelect
addExpressionFieldToSelect($alias, $expression, $fields)
$alias
if(!trim($html)) $alias
Definition:
details.phtml:20
Magento\Framework\DB\MapperInterface
Definition:
MapperInterface.php:11
Magento\Framework\DB\MapperInterface\getResource
getResource()