_format = $format; } public function filter($value) { return money_format($this->_format, $value); } }