Zend Framework
1.12
|
Public Member Functions | |
__construct ($currency=null) | |
Constructor for manually handling. | |
currency ($value=null, $currency=null) | |
Output a formatted currency. | |
setCurrency ($currency=null) | |
Sets a currency to use. | |
getCurrency () | |
Retrieve currency object. | |
![]() | |
setView (Zend_View_Interface $view) | |
Set the View object. | |
direct () | |
Strategy pattern: currently unutilized. | |
Protected Attributes | |
$_currency | |
Additional Inherited Members | |
![]() | |
$view = null | |
__construct | ( | $currency = null | ) |
Constructor for manually handling.
Zend_Currency | $currency | Instance of Zend_Currency |
currency | ( | $value = null , |
|
$currency = null |
|||
) |
Output a formatted currency.
integer | float | $value | Currency value to output |
string | Zend_Locale | array | $currency | OPTIONAL Currency to use for this call |
getCurrency | ( | ) |
Retrieve currency object.
setCurrency | ( | $currency = null | ) |
Sets a currency to use.
Zend_Currency | String | Zend_Locale | $currency | Currency to use |
Zend_View_Exception | When no or a false currency was set |
|
protected |