Zend Framework
1.12
|
Public Member Functions | |
validateData ($data) | |
Validate data for autocompletion. | |
prepareAutoCompletion ($data, $keepLayouts=false) | |
Prepare data for autocompletion. | |
![]() | |
validateData ($data) | |
Validate autocompletion data. | |
prepareAutoCompletion ($data, $keepLayouts=false) | |
Prepare autocompletion data. | |
disableLayouts () | |
Disable layouts and view renderer. | |
encodeJson ($data, $keepLayouts=false) | |
Encode data to JSON. | |
sendAutoCompletion ($data, $keepLayouts=false) | |
Send autocompletion data. | |
direct ($data, $sendNow=true, $keepLayouts=false) | |
Strategy pattern: allow calling helper as broker method. | |
![]() | |
setActionController (Zend_Controller_Action $actionController=null) | |
setActionController() | |
getActionController () | |
Retrieve current action controller. | |
getFrontController () | |
Retrieve front controller instance. | |
init () | |
Hook into action controller initialization. | |
preDispatch () | |
Hook into action controller preDispatch() workflow. | |
postDispatch () | |
Hook into action controller postDispatch() workflow. | |
getRequest () | |
getRequest() - | |
getResponse () | |
getResponse() - | |
getName () | |
getName() | |
Additional Inherited Members | |
![]() | |
$suppressExit = false | |
![]() | |
$_actionController = null | |
$_actionController | |
$_frontController = null | |
prepareAutoCompletion | ( | $data, | |
$keepLayouts = false |
|||
) |
Prepare data for autocompletion.
mixed | $data | |
boolean | $keepLayouts |
Zend_Controller_Action_Exception |
validateData | ( | $data | ) |
Validate data for autocompletion.
mixed | $data |