Definition at line 35 of file Numeric.php.
◆ __construct()
Object constructor
- Parameters
-
- Exceptions
-
Definition at line 51 of file Numeric.php.
53 if ( !is_numeric($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 Numeric.php.
◆ toString()
toString |
( |
|
$factory = null | ) |
|
Return object as string
- Parameters
-
- Returns
- string
PDF doesn't support exponental format. Fixed point format must be used instead
Definition at line 79 of file Numeric.php.
81 if (is_integer($this->
value)) {
90 while (abs( floor($v) - $v ) > 1e-10) {
93 return sprintf(
"%.{$prec}F", $this->
value);
$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/Numeric.php