Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Habari
PluginHandler
PHP Class Habari\PluginHandler
Inheritance:
extends
ActionHandler
显示文件
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