PHP Класс Habari\UserThemeHandler

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

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

Метод Описание
__construct ( ) Constructor for the default theme handler.
act ( $action ) : boolean The UserThemeHandler's act() method differs from ActionHandler's act() method in one distinct way: if the Handler's theme variable registers an override action via Theme->register_action(), then that function is called instead of the default handler action.

Защищенные методы

Метод Описание
display ( $template_name ) Helper function which automatically assigns all handler_vars into the theme and displays a theme template

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

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

Constructor for the default theme handler.
public __construct ( )

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

The UserThemeHandler's act() method differs from ActionHandler's act() method in one distinct way: if the Handler's theme variable registers an override action via Theme->register_action(), then that function is called instead of the default handler action.
public act ( $action ) : boolean
Результат boolean did the action succeed?

display() защищенный Метод

Helper function which automatically assigns all handler_vars into the theme and displays a theme template
protected display ( $template_name )