Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Interface.php
Go to the documentation of this file.
1 <?php
32 interface Zend_Mail_Part_Interface extends RecursiveIterator
33 {
39  public function isMultipart();
40 
41 
50  public function getContent();
51 
57  public function getSize();
58 
66  public function getPart($num);
67 
73  public function countParts();
74 
75 
84  public function getHeaders();
85 
97  public function getHeader($name, $format = null);
98 
114  public function getHeaderField($name, $wantedPart = 0, $firstName = 0);
115 
116 
128  public function __get($name);
129 
135  public function __toString();
136 }
getHeader($name, $format=null)
getHeaderField($name, $wantedPart=0, $firstName=0)
$format
Definition: list.phtml:12
if(!isset($_GET['name'])) $name
Definition: log.php:14