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
DataObject
KeyValueObjectInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Framework\DataObject
;
8
13
interface
KeyValueObjectInterface
14
{
15
const
KEY
=
'key'
;
16
const
VALUE
=
'value'
;
17
23
public
function
getKey
();
24
31
public
function
setKey
($key);
32
38
public
function
getValue
();
39
46
public
function
setValue
(
$value
);
47
}
Magento\Framework\DataObject\KeyValueObjectInterface\VALUE
const VALUE
Definition:
KeyValueObjectInterface.php:16
Magento\Framework\DataObject\KeyValueObjectInterface\getKey
getKey()
Magento\Framework\DataObject\KeyValueObjectInterface\setValue
setValue($value)
$value
$value
Definition:
gender.phtml:16
Magento\Framework\DataObject\KeyValueObjectInterface\KEY
const KEY
Definition:
KeyValueObjectInterface.php:15
Magento\Framework\DataObject\KeyValueObjectInterface\setKey
setKey($key)
Magento\Framework\DataObject\KeyValueObjectInterface\getValue
getValue()
Magento\Framework\DataObject\KeyValueObjectInterface
Definition:
KeyValueObjectInterface.php:13
Magento\Framework\DataObject
Definition:
Cache.php:6