Inheritance diagram for UserThemeHandler:
Collaboration diagram for UserThemeHandler:Public Member Functions | |
| __construct () | |
| act ($action) | |
Protected Member Functions | |
| display ($template_name) | |
Class for handling default user theme actions.
Definition at line 12 of file userthemehandler.php.
| UserThemeHandler::__construct | ( | ) |
Constructor for the default theme handler.
Definition at line 18 of file userthemehandler.php.
| UserThemeHandler::act | ( | $ | action | ) |
The UserThemeHandler's act() method differs from ActionHandler's act() method in one distinct way: if the Handler's theme variable registers an override action via Theme->register_action(), then that function is called instead of the default handler action.
| action | the action that was in the URL rule |
Reimplemented from ActionHandler.
Definition at line 32 of file userthemehandler.php.
| UserThemeHandler::display | ( | $ | template_name | ) | [protected] |
Helper function which automatically assigns all handler_vars into the theme and displays a theme template
| template_name | Name of template to display ( note: not the filename ) |
Definition at line 64 of file userthemehandler.php.
1.7.1