Esempio n. 1
0
 public function isSpecialCaseOfGreaterThan(GreaterThan $gt)
 {
     return $gt->isSatisfiedBy($this->value);
 }