Beispiel #1
0
 /**
  * Getter
  * @param Date $otherDate
  * @return bool
  */
 public function isGreaterThan(Date $otherDate)
 {
     return $this->__toString() > $otherDate->__toString();
 }