메소드 |
설명 |
|
__call ( $func, $args ) |
|
|
__construct ( ) |
|
|
addCommonHelpers ( ) : void |
addCommonHelpers add common helper |
|
addDispatcher ( Pix_Controller_Dispatcher | callable $dispatcher ) : void |
addDispatcher add new Dispatcher |
|
addHelper ( string $helper, array $methods = null, array $options = [] ) : void |
addHelper add static helper in Pix_Controller |
|
dispatch ( string $data_path ) : void |
dispatch dispatch the request action |
|
draw ( string $filename ) : string |
draw draw a partial file |
|
getActionName ( ) : string |
getActionName get Action name |
|
getControllerName ( ) : string |
getControllerName get Controller name |
|
getHelperManager ( ) : Pix_Helper_Manager |
getHelperManager get Helper Manager |
|
getURI ( ) : string |
getURI get request URI |
|
init ( ) |
|
|
noview ( ) : void |
noview finish action without drawing view |
|
redirect ( string $url, integer $code = 302 ) : void |
redirect finish action and redirect to $url |
|
redraw ( string $partial_name ) : void |
redraw finish action and draw another partial $partial_name |
|
setView ( Pix_Partial $v ) : void |
setView set Controller view |
|