NewsFeaturesDownloadsDevelopmentSupportAbout Us

AdminEmptyAction Class Reference
[Action]

Inherits AdminAction.

List of all members.


Public Member Functions

 AdminEmptyAction ($actionInfo, $request)
 perform ()

Detailed Description

Action that shows an empty admin page, just in case... :)

Definition at line 12 of file adminemptyaction.class.php.


Member Function Documentation

AdminEmptyAction.AdminEmptyAction ( actionInfo,
request 
)

Constructor. If nothing else, it also has to call the constructor of the parent class, BlogAction with the same parameters

Definition at line 19 of file adminemptyaction.class.php.

References $request, and AdminAction.AdminAction().

AdminEmptyAction.perform (  ) 

Carries out the specified action

Reimplemented from Action.

Definition at line 27 of file adminemptyaction.class.php.

References AdminAction.setCommonData().