最終更新:2014-12-04 (木) 02:13:12 (3434d)  

Zend/Mvc/Controller/AbstractActionController
Top / Zend / Mvc / Controller / AbstractActionController

http://framework.zend.com/apidoc/2.0/classes/Zend.Mvc.Controller.AbstractActionController.html

abstract class AbstractActionController? extends AbstractController

メソッド

AbstractActionController/__call?()Method overloading: return/call plugins
AbstractActionController/dispatch?()Dispatch a request
AbstractActionController/getEvent?()Get the attached event
AbstractActionController/getEventManager?()Retrieve the event manager
AbstractActionController/getMethodFromAction?()Transform an "action" token into a method name
AbstractActionController/getPluginManager?()Get plugin manager
AbstractActionController/getRequest()Get request object
AbstractActionController/getResponse?()Get response object
AbstractActionController/getServiceLocator?()Retrieve serviceManager instance
AbstractActionController/indexAction?()Default action if none provided
AbstractActionController/notFoundAction?()Action called if matched action does not exist
AbstractActionController/onDispatch?()Execute the request
AbstractActionController/plugin?()Get plugin instance
AbstractActionController/setEvent?()Set an event to use during dispatch
AbstractActionController/setEventManager?()Set the event manager instance used by this context
AbstractActionController/setPluginManager?()Set plugin manager
AbstractActionController/setServiceLocator?()Set serviceManager instance
AbstractActionController/attachDefaultListeners?()Register the default events for this controller