コード例 #1
0
 /**
  * Returns the link that can be used in the shopping cart to
  * set the preferred currency to this one.
  * For example: /shoppingcart/setcurrency/nzd/
  * @return String
  */
 public function Link()
 {
     return ShoppingCart_Controller::set_currency_link($this->Code);
 }