Definition at line 35 of file Boolean.php.
◆ __construct()
Object constructor
- Parameters
-
- Exceptions
-
Definition at line 51 of file Boolean.php.
53 if (! is_bool($val)) {
54 #require_once 'Zend/Pdf/Exception.php'; $block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
◆ getType()
Return type of the element.
- Returns
- integer
Definition at line 67 of file Boolean.php.
◆ toString()
toString |
( |
|
$factory = null | ) |
|
Return object as string
- Parameters
-
- Returns
- string
Definition at line 79 of file Boolean.php.
81 return $this->
value ?
'true' :
'false';
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
◆ $value
The documentation for this class was generated from the following file:
- vendor/magento/zendframework1/library/Zend/Pdf/Element/Boolean.php