Inheritance diagram for PluginHandler:
Collaboration diagram for PluginHandler:Public Member Functions | |
| __construct () | |
| act ($action) | |
Habari PluginHandler Class
Definition at line 11 of file pluginhandler.php.
| PluginHandler::__construct | ( | ) |
Constructor for the pluggable theme handler.
Definition at line 17 of file pluginhandler.php.
| PluginHandler::act | ( | $ | action | ) |
All handlers must implement act() to conform to handler API. This is the default implementation of act(), which attempts to call a class member method of $this->act_$action(). Any subclass is welcome to override this default implementation.
| string | $action the action that was in the URL rule |
Reimplemented from ActionHandler.
Definition at line 31 of file pluginhandler.php.
1.7.1