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
zendframework1
library
Zend
Mail
Part
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
}
Zend_Mail_Part_Interface\__toString
__toString()
Zend_Mail_Part_Interface\getPart
getPart($num)
Zend_Mail_Part_Interface\getSize
getSize()
Zend_Mail_Part_Interface\getHeader
getHeader($name, $format=null)
Zend_Mail_Part_Interface
Definition:
Interface.php:32
Zend_Mail_Part_Interface\countParts
countParts()
Zend_Mail_Part_Interface\getHeaderField
getHeaderField($name, $wantedPart=0, $firstName=0)
$format
$format
Definition:
list.phtml:12
Zend_Mail_Part_Interface\__get
__get($name)
Zend_Mail_Part_Interface\getContent
getContent()
Zend_Mail_Part_Interface\getHeaders
getHeaders()
Zend_Mail_Part_Interface\isMultipart
isMultipart()
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14