PHP Class Habari\PluginHandler

Inheritance: extends ActionHandler
Show file Open project: habari/system

Public Methods

Method Description
__construct ( ) Constructor for the pluggable theme handler.
act ( string $action ) All handlers must implement act() to conform to handler API.

Method Details

__construct() public method

Constructor for the pluggable theme handler.
public __construct ( )

act() public method

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.
public act ( string $action )
$action string the action that was in the URL rule