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
Pdf
Element
Null.php
Go to the documentation of this file.
1
<?php
24
#require_once 'Zend/Pdf/Element.php';
25
26
35
class
Zend_Pdf_Element_Null
extends
Zend_Pdf_Element
36
{
42
public
$value
;
43
44
48
public
function
__construct
()
49
{
50
$this->
value
=
null
;
51
}
52
53
59
public
function
getType
()
60
{
61
return
Zend_Pdf_Element::TYPE_NULL
;
62
}
63
64
71
public
function
toString
(
$factory
=
null
)
72
{
73
return
'null'
;
74
}
75
}
Zend_Pdf_Element_Null\toString
toString($factory=null)
Definition:
Null.php:71
value
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
Definition:
block.php:9
Zend_Pdf_Element_Null\__construct
__construct()
Definition:
Null.php:48
Zend_Pdf_Element
Definition:
Element.php:30
Zend_Pdf_Element_Null\getType
getType()
Definition:
Null.php:59
Zend_Pdf_Element_Null\$value
$value
Definition:
Null.php:42
Zend_Pdf_Element\TYPE_NULL
const TYPE_NULL
Definition:
Element.php:39
$factory
$factory
Definition:
category_multiple_stores.php:10
Zend_Pdf_Element_Null
Definition:
Null.php:35