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
DataObjectServiceInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\TestModule4\Service\V1
;
8
9
use
Magento\TestModule4\Service\V1\Entity\DataObjectRequest
;
10
use
Magento\TestModule4\Service\V1\Entity\NestedDataObjectRequest
;
11
12
interface
DataObjectServiceInterface
13
{
18
public
function
getData
(
$id
);
19
25
public
function
updateData
(
$id
,
DataObjectRequest
$request
);
26
32
public
function
nestedData
(
$id
,
NestedDataObjectRequest
$request
);
33
40
public
function
scalarResponse
(
$id
);
41
47
public
function
extensibleDataObject
(
48
$id
,
49
\
Magento
\TestModule4\Service\V1\Entity\
ExtensibleRequestInterface
$request
50
);
51
}
Magento\TestModule4\Service\V1\Entity\ExtensibleRequestInterface
Definition:
ExtensibleRequestInterface.php:8
Magento\TestModule4\Service\V1\Entity\NestedDataObjectRequest
Definition:
NestedDataObjectRequest.php:8
$id
$id
Definition:
fieldset.phtml:14
Magento\TestModule4\Service\V1
Definition:
DataObjectService.php:6
Magento\TestModule4\Service\V1\DataObjectServiceInterface\nestedData
nestedData($id, NestedDataObjectRequest $request)
Magento\TestModule4\Service\V1\DataObjectServiceInterface\updateData
updateData($id, DataObjectRequest $request)
Magento\TestModule4\Service\V1\DataObjectServiceInterface\getData
getData($id)
Magento\TestModule4\Service\V1\DataObjectServiceInterface
Definition:
DataObjectServiceInterface.php:12
Magento\TestModule4\Service\V1\Entity\DataObjectRequest
Definition:
DataObjectRequest.php:8
Magento\TestModule4\Service\V1\DataObjectServiceInterface\scalarResponse
scalarResponse($id)
Magento
$request
$request
Definition:
quote_with_configurable_product_last_variation.php:22
Magento\TestModule4\Service\V1\DataObjectServiceInterface\extensibleDataObject
extensibleDataObject( $id, \Magento\TestModule4\Service\V1\Entity\ExtensibleRequestInterface $request)