Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ImageInterface.php
Go to the documentation of this file.
1 <?php
8 
10 
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 }
$label
Definition: details.phtml:21
$extensionAttributes
Definition: payment.php:22
setExtensionAttributes(\Magento\Catalog\Api\Data\ProductRender\ImageExtensionInterface $extensionAttributes)
$code
Definition: info.phtml:12