Example #1
0
 public function getRate()
 {
     return $this->foreing / $this->home / ($this->default->getForeing() / $this->default->getHome());
 }
Example #2
0
 public function __construct($foreing, $code, $home, $country, $name)
 {
     parent::__construct($home, $code, $foreing);
     $this->country = $country;
     $this->name = $name;
 }