Esempio n. 1
0
 /**
  *
  * @param Date $when
  * @return boolean
  */
 public function before(Date $when)
 {
     return $when->after($this);
 }