예제 #1
0
파일: Currency.php 프로젝트: squigg/money
 /**
  * Checks whether this currency is available in the passed context.
  *
  * @param Currencies $currencies
  *
  * @return bool
  */
 public function isAvailableWithin(Currencies $currencies)
 {
     return $currencies->contains($this);
 }