quote = $quote; } /** * Format a currency amount * * @param float $amount The amount to format * @return string The formatted amount */ public function format($amount) { return $this->formatCurrency($amount, $this->quote); } }