Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ImageContentInterface.php
Go to the documentation of this file.
1 <?php
8 
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 }
if(!isset($_GET['name'])) $name
Definition: log.php:14