프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$action | string | Name of action to trigger | |
$handler_vars | Internal array of handler variables (state info) | ||
$theme | Storage for the theme used, if created |
메소드 | 설명 | |
---|---|---|
__call ( string $function, array $args ) | Helper method to convert calls to $handler->my_action() to $handler->act('my_action'); | |
act ( string $action ) | All handlers must implement act() to conform to handler API. | |
act_redirect ( ) | Helper method to allow RewriteRules to send a redirect. The method will redirect to the build_str of the RewriteRule if matched. | |
setup_theme ( ) | Load the active theme and create a new Theme instance. |
public act_redirect ( ) |
public SuperGlobal,habari $handler_vars | ||
리턴 |