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-sales
Api
Data
EntityInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Sales\Api\Data
;
7
13
interface
EntityInterface
14
{
15
/*
16
* Entity ID.
17
*/
18
const
ENTITY_ID
=
'entity_id'
;
19
20
/*
21
* Created-at timestamp.
22
*/
23
const
CREATED_AT
=
'created_at'
;
24
31
public
function
getCreatedAt
();
32
40
public
function
setCreatedAt
($createdAt);
41
48
public
function
getEntityId
();
49
57
public
function
setEntityId
($entityId);
58
}
Magento\Sales\Api\Data\EntityInterface\setEntityId
setEntityId($entityId)
Magento\Sales\Api\Data\EntityInterface\getCreatedAt
getCreatedAt()
Magento\Sales\Api\Data\EntityInterface\ENTITY_ID
const ENTITY_ID
Definition:
EntityInterface.php:18
Magento\Sales\Api\Data\EntityInterface\getEntityId
getEntityId()
Magento\Sales\Api\Data\EntityInterface\CREATED_AT
const CREATED_AT
Definition:
EntityInterface.php:23
Magento\Sales\Api\Data\EntityInterface\setCreatedAt
setCreatedAt($createdAt)
Magento\Sales\Api\Data
Definition:
CommentInterface.php:6
Magento\Sales\Api\Data\EntityInterface
Definition:
EntityInterface.php:13