Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ($format, $decimals=null, $decPoint='.', $thousandsSep=',') | |
filter ($value) | |
Protected Attributes | |
$format | |
$decimals | |
$decPoint | |
$thousandsSep | |
Definition at line 8 of file Sprintf.php.
__construct | ( | $format, | |
$decimals = null , |
|||
$decPoint = '.' , |
|||
$thousandsSep = ',' |
|||
) |
string | $format | |
null | int | $decimals | |
string | $decPoint | |
string | $thousandsSep |
Definition at line 36 of file Sprintf.php.
filter | ( | $value | ) |
string | $value |
Implements Zend_Filter_Interface.
Definition at line 48 of file Sprintf.php.
|
protected |
Definition at line 18 of file Sprintf.php.
|
protected |
Definition at line 23 of file Sprintf.php.
|
protected |
Definition at line 13 of file Sprintf.php.
|
protected |
Definition at line 28 of file Sprintf.php.