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-catalog
Api
Data
ProductRender
ImageInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Catalog\Api\Data\ProductRender
;
8
9
use
Magento\Framework\Api\ExtensibleDataInterface
;
10
19
interface
ImageInterface
extends
ExtensibleDataInterface
20
{
29
public
function
setUrl
(
$url
);
30
37
public
function
getUrl
();
38
48
public
function
getCode
();
49
57
public
function
setCode
(
$code
);
58
66
public
function
setHeight
($height);
67
74
public
function
getHeight
();
75
82
public
function
getWidth
();
83
91
public
function
setWidth
($width);
92
100
public
function
getLabel
();
101
109
public
function
setLabel
(
$label
);
110
119
public
function
getResizedWidth
();
120
128
public
function
setResizedWidth
($width);
129
135
public
function
setResizedHeight
($height);
136
143
public
function
getResizedHeight
();
144
151
public
function
getExtensionAttributes
();
152
160
public
function
setExtensionAttributes
(
161
\
Magento
\Catalog\Api\Data\ProductRender\ImageExtensionInterface
$extensionAttributes
162
);
163
}
$url
$url
Definition:
query_redirect.php:14
Magento\Catalog\Api\Data\ProductRender\ImageInterface\setUrl
setUrl($url)
Magento\Catalog\Api\Data\ProductRender\ImageInterface\getUrl
getUrl()
Magento\Catalog\Api\Data\ProductRender\ImageInterface\getResizedHeight
getResizedHeight()
Magento\Catalog\Api\Data\ProductRender\ImageInterface\setResizedWidth
setResizedWidth($width)
Magento\Catalog\Api\Data\ProductRender\ImageInterface\getHeight
getHeight()
Magento\Catalog\Api\Data\ProductRender\ImageInterface\getExtensionAttributes
getExtensionAttributes()
Magento\Catalog\Api\Data\ProductRender\ImageInterface\setWidth
setWidth($width)
Magento\Catalog\Api\Data\ProductRender\ImageInterface\setLabel
setLabel($label)
Magento\Catalog\Api\Data\ProductRender\ImageInterface
Definition:
ImageInterface.php:19
$label
$label
Definition:
details.phtml:21
Magento\Catalog\Api\Data\ProductRender\ImageInterface\getLabel
getLabel()
Magento\Catalog\Api\Data\ProductRender\ImageInterface\getWidth
getWidth()
Magento\Catalog\Api\Data\ProductRender\ImageInterface\setResizedHeight
setResizedHeight($height)
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento\Catalog\Api\Data\ProductRender\ImageInterface\setHeight
setHeight($height)
Magento
Magento\Catalog\Api\Data\ProductRender\ImageInterface\setCode
setCode($code)
Magento\Catalog\Api\Data\ProductRender
Definition:
ButtonInterface.php:7
Magento\Catalog\Api\Data\ProductRender\ImageInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Catalog\Api\Data\ProductRender\ImageExtensionInterface $extensionAttributes)
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Catalog\Api\Data\ProductRender\ImageInterface\getResizedWidth
getResizedWidth()
$code
$code
Definition:
info.phtml:12
Magento\Catalog\Api\Data\ProductRender\ImageInterface\getCode
getCode()