EmptyAction Klassenreferenz

Klassendiagramm für EmptyAction:

Inheritance graph

Aufstellung aller Elemente

Öffentliche Methoden

 EmptyAction ()
 background ()
 border ()
 blank ()

Öffentliche Attribute

 $defaultSubAction = 'show'


Ausführliche Beschreibung

Definiert in Zeile 32 der Datei EmptyAction.class.php.


Dokumentation der Elementfunktionen

EmptyAction::background (  ) 

Definiert in Zeile 56 der Datei EmptyAction.class.php.

00057      {
00058      }

EmptyAction::blank (  ) 

Definiert in Zeile 68 der Datei EmptyAction.class.php.

00069      {
00070      }

EmptyAction::border (  ) 

Definiert in Zeile 62 der Datei EmptyAction.class.php.

00063      {
00064      }

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      }


Dokumentation der Datenelemente

EmptyAction::$defaultSubAction = 'show'

Definiert in Zeile 34 der Datei EmptyAction.class.php.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:

Erzeugt am Thu May 14 00:55:49 2009 für OpenRat von  doxygen 1.5.8