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
framework
Api
Data
ImageContentInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Framework\Api\Data
;
8
15
interface
ImageContentInterface
16
{
17
const
BASE64_ENCODED_DATA
=
'base64_encoded_data'
;
18
const
TYPE
=
'type'
;
19
const
NAME
=
'name'
;
20
26
public
function
getBase64EncodedData
();
27
34
public
function
setBase64EncodedData
(
$data
);
35
41
public
function
getType
();
42
49
public
function
setType
($mimeType);
50
56
public
function
getName
();
57
64
public
function
setName
(
$name
);
65
}
Magento\Framework\Api\Data\ImageContentInterface\getName
getName()
Magento\Framework\Api\Data\ImageContentInterface\getType
getType()
Magento\Framework\Api\Data\ImageContentInterface\setName
setName($name)
Magento\Framework\Api\Data\ImageContentInterface\TYPE
const TYPE
Definition:
ImageContentInterface.php:18
Magento\Framework\Api\Data\ImageContentInterface\setType
setType($mimeType)
$data
$data
Definition:
attribute_set_with_image_attribute.php:16
Magento\Framework\Api\Data\ImageContentInterface
Definition:
ImageContentInterface.php:15
Magento\Framework\Api\Data\ImageContentInterface\BASE64_ENCODED_DATA
const BASE64_ENCODED_DATA
Definition:
ImageContentInterface.php:17
Magento\Framework\Api\Data\ImageContentInterface\getBase64EncodedData
getBase64EncodedData()
Magento\Framework\Api\Data\ImageContentInterface\setBase64EncodedData
setBase64EncodedData($data)
Magento\Framework\Api\Data
Definition:
ImageContentInterface.php:7
Magento\Framework\Api\Data\ImageContentInterface\NAME
const NAME
Definition:
ImageContentInterface.php:19
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14