
Öffentliche Methoden | |
| EmptyAction () | |
| background () | |
| border () | |
| blank () | |
Öffentliche Attribute | |
| $defaultSubAction = 'show' | |
Definiert in Zeile 32 der Datei EmptyAction.class.php.
| EmptyAction::background | ( | ) |
| EmptyAction::blank | ( | ) |
| EmptyAction::border | ( | ) |
| EmptyAction::EmptyAction | ( | ) |
Definiert in Zeile 38 der Datei EmptyAction.class.php.
Benutzt $conf, Session::getUser(), Action::lastModified() und Action::maxAge().
00039 { 00040 global $conf; 00041 global $PHP_AUTH_USER; 00042 global $PHP_AUTH_PW; 00043 00044 $user = Session::getUser(); 00045 00046 // Seite ändert sich nur 1x pro Session 00047 $this->lastModified( $user->loginDate ); 00048 00049 00050 $this->maxAge( 4*60*60 ); // 1 Stunde Browsercache 00051 00052 }
| EmptyAction::$defaultSubAction = 'show' |
Definiert in Zeile 34 der Datei EmptyAction.class.php.
1.5.8