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
magento2-base
dev
tests
api-functional
_files
Magento
TestModule4
Service
V1
Entity
DataObjectResponse.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\TestModule4\Service\V1\Entity
;
7
8
class
DataObjectResponse
extends
\Magento\Framework\Api\AbstractExtensibleObject
9
{
13
public
function
getEntityId
()
14
{
15
return
$this->
_get
(
'entity_id'
);
16
}
17
22
public
function
setEntityId
($entityId)
23
{
24
return
$this->
setData
(
'entity_id'
, $entityId);
25
}
26
30
public
function
getName
()
31
{
32
return
$this->
_get
(
'name'
);
33
}
34
39
public
function
setName
(
$name
)
40
{
41
return
$this->
setData
(
'name'
,
$name
);
42
}
43
}
Magento\TestModule4\Service\V1\Entity\DataObjectResponse\getName
getName()
Definition:
DataObjectResponse.php:30
Magento\TestModule4\Service\V1\Entity\DataObjectResponse
Definition:
DataObjectResponse.php:8
Magento\Framework\Api\AbstractSimpleObject\_get
_get($key)
Definition:
AbstractSimpleObject.php:35
Magento\TestModule4\Service\V1\Entity\DataObjectResponse\getEntityId
getEntityId()
Definition:
DataObjectResponse.php:13
Magento\TestModule4\Service\V1\Entity\DataObjectResponse\setEntityId
setEntityId($entityId)
Definition:
DataObjectResponse.php:22
Magento\Framework\Api\AbstractSimpleObject\setData
setData($key, $value)
Definition:
AbstractSimpleObject.php:47
Magento\TestModule4\Service\V1\Entity
Definition:
DataObjectRequest.php:6
Magento\TestModule4\Service\V1\Entity\DataObjectResponse\setName
setName($name)
Definition:
DataObjectResponse.php:39
Magento\Framework\Api\AbstractExtensibleObject
Definition:
AbstractExtensibleObject.php:17
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14