Exemplo n.º 1
0
 function last_modified($app_id)
 {
     if (self::$force_update) {
         return time() + 999999;
     } else {
         return parent::last_modified($app_id);
     }
 }