示例#1
0
 static function rosterDeadlinePassed($division)
 {
     return Division::rosterDeadline($division) < date('Y-m-d');
 }