Example #1
0
 /**
  * @param Event $e
  * @return <code>false</code> if the event is past, <code>true</code>
  * otherwise.
  */
 public static function filterPast($e)
 {
     return !$e->isPast();
 }