PHP 클래스 Habari\PluginHandler

상속: extends ActionHandler
파일 보기 프로젝트 열기: habari/system

공개 메소드들

메소드 설명
__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