PHP Класс Habari\PluginHandler

Наследование: extends ActionHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( ) Constructor for the pluggable theme handler.
act ( string $action ) All handlers must implement act() to conform to handler API.

Описание методов

__construct() публичный Метод

Constructor for the pluggable theme handler.
public __construct ( )

act() публичный Метод

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