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-store
Api
Data
WebsiteInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Store\Api\Data
;
7
14
interface
WebsiteInterface
extends
\Magento\Framework\Api\ExtensibleDataInterface
15
{
19
const
ADMIN_CODE
=
'admin'
;
20
24
public
function
getId
();
25
30
public
function
setId
(
$id
);
31
35
public
function
getCode
();
36
41
public
function
setCode
(
$code
);
42
48
public
function
getName
();
49
56
public
function
setName
(
$name
);
57
61
public
function
getDefaultGroupId
();
62
67
public
function
setDefaultGroupId
(
$defaultGroupId
);
68
74
public
function
getExtensionAttributes
();
75
82
public
function
setExtensionAttributes
(
83
\
Magento
\Store\Api\Data\WebsiteExtensionInterface
$extensionAttributes
84
);
85
}
Magento\Store\Api\Data\WebsiteInterface\setName
setName($name)
Magento\Store\Api\Data\WebsiteInterface\ADMIN_CODE
const ADMIN_CODE
Definition:
WebsiteInterface.php:19
$id
$id
Definition:
fieldset.phtml:14
Magento\Store\Api\Data
Definition:
GroupInterface.php:6
Magento\Store\Api\Data\WebsiteInterface\getExtensionAttributes
getExtensionAttributes()
Magento\Store\Api\Data\WebsiteInterface\getCode
getCode()
Magento\Store\Api\Data\WebsiteInterface\getDefaultGroupId
getDefaultGroupId()
Magento\Store\Api\Data\WebsiteInterface\setCode
setCode($code)
Magento\Store\Api\Data\WebsiteInterface
Definition:
WebsiteInterface.php:14
Magento\Store\Api\Data\WebsiteInterface\setDefaultGroupId
setDefaultGroupId($defaultGroupId)
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento
Magento\Store\Api\Data\WebsiteInterface\getId
getId()
$defaultGroupId
$defaultGroupId
Definition:
unique_input_attribute.php:20
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Store\Api\Data\WebsiteInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Store\Api\Data\WebsiteExtensionInterface $extensionAttributes)
Magento\Store\Api\Data\WebsiteInterface\getName
getName()
Magento\Store\Api\Data\WebsiteInterface\setId
setId($id)
$code
$code
Definition:
info.phtml:12
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14