/** * Getter/setter for default currency * * @see \Cake\Utility\Number::defaultCurrency() * * @param string $currency The currency to be used in the future. * @return string Currency */ public function defaultCurrency($currency) { return $this->_engine->defaultCurrency($currency); }