Varien_Filter_Money Class Reference
List of all members.
Detailed Description
Definition at line 28 of file Money.php.
Constructor & Destructor Documentation
Definition at line 32 of file Money.php.
00033 {
00034 $this->_format = $format;
00035 }
Member Function Documentation
Definition at line 37 of file Money.php.
00038 {
00039 return money_format($this->_format, $value);
00040 }
Member Data Documentation
$_format = null [protected] |
The documentation for this class was generated from the following file: