Пример #1
0
 public static function modifiedSince($timestamp)
 {
     self::$_lastModified = max(self::$_lastModified, $timestamp);
 }