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

Zend/Mvc/Controller/AbstractController
Top / Zend / Mvc / Controller / AbstractController

abstract class AbstractController implements
    Dispatchable,
    EventManagerAwareInterface,
    InjectApplicationEventInterface,
    ServiceLocatorAwareInterface

派生クラス

メソッド

  • __call?()Method overloading: return/call plugins
    dispatch?()Dispatch a request
    getEvent?()Get the attached event
    getEventManager?()Retrieve the event manager
    getMethodFromAction?()Transform an "action" token into a method name
    getPluginManager?()Get plugin manager
    getRequest?()Get request object
    getResponse?()Get response object
    getServiceLocator?()Retrieve serviceManager instance
    onDispatch?()Execute the request
    plugin?()Get plugin instance
    setEvent?()Set an event to use during dispatch
    setEventManager?()Set the event manager instance used by this context
    setPluginManager?()Set plugin manager
    setServiceLocator?()Set serviceManager instance