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
module-mysql-mq
Model
Queue.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\MysqlMq\Model
;
7
14
class
Queue
extends
\Magento\Framework\Model\AbstractModel
15
{
16
const
KEY_NAME
=
'name'
;
17
21
protected
function
_construct
()
22
{
23
$this->
_init
(\
Magento
\MysqlMq\Model\
ResourceModel
\Queue::class);
24
}
25
32
public
function
setName
(
$name
)
33
{
34
$this->
setData
(self::KEY_NAME,
$name
);
35
return
$this;
36
}
37
43
public
function
getName
()
44
{
45
return
$this->
getData
(self::KEY_NAME);
46
}
47
}
Magento\Framework\Model\AbstractModel
Definition:
AbstractModel.php:19
Magento\Framework\Model\AbstractModel\setData
setData($key, $value=null)
Definition:
AbstractModel.php:345
Magento\Catalog\Model\ResourceModel\Product
Definition:
CollectionTest.php:6
Magento\Framework\DataObject\getData
getData($key='', $index=null)
Definition:
DataObject.php:119
Magento\MysqlMq\Model\Queue\_construct
_construct()
Definition:
Queue.php:21
Magento\MysqlMq\Model\Queue\KEY_NAME
const KEY_NAME
Definition:
Queue.php:16
Magento\MysqlMq\Model\Queue
Definition:
Queue.php:14
Magento
Magento\MysqlMq\Model\Queue\setName
setName($name)
Definition:
Queue.php:32
Magento\MysqlMq\Model
Definition:
DataObject.php:6
Magento\MysqlMq\Model\Queue\getName
getName()
Definition:
Queue.php:43
Magento\Framework\Model\AbstractModel\_init
_init($resourceModel)
Definition:
AbstractModel.php:213
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14