Plugin to digest PUT request body and make params available just like POST

package Zend_Controller
subpackage Zend_Controller_Plugin
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Controller_Plugin_Abstract

 Methods

Called before Zend_Controller_Front exits its dispatch loop.

dispatchLoopShutdown() : void
Inherited

Called before Zend_Controller_Front enters its dispatch loop.

dispatchLoopStartup(\Zend_Controller_Request_Abstract $request) : void
Inherited

Parameters

$request

\Zend_Controller_Request_Abstract

Get request object

getRequest() : \Zend_Controller_Request_Abstract
Inherited

Returns

\Zend_Controller_Request_Abstract$request

Get response object

getResponse() : \Zend_Controller_Response_Abstract
Inherited

Returns

\Zend_Controller_Response_Abstract$response

Called after an action is dispatched by Zend_Controller_Dispatcher.

postDispatch(\Zend_Controller_Request_Abstract $request) : void
Inherited

This callback allows for proxy or filter behavior. By altering the request and resetting its dispatched flag (via setDispatched(false)), a new action may be specified for dispatching.

Parameters

$request

\Zend_Controller_Request_Abstract

Before dispatching, digest PUT request body and set params

preDispatch(\Zend_Controller_Request_Abstract $request) 

This callback allows for proxy or filter behavior. By altering the request and resetting its dispatched flag (via setDispatched(false)), the current action may be skipped.

inherited_from \Zend_Controller_Plugin_Abstract::preDispatch()

Parameters

$request

\Zend_Controller_Request_Abstract

Called before an action is dispatched by Zend_Controller_Dispatcher.

preDispatch(\Zend_Controller_Request_Abstract $request) : void
Inherited

This callback allows for proxy or filter behavior. By altering the request and resetting its dispatched flag (via setDispatched(false)), the current action may be skipped.

Parameters

$request

\Zend_Controller_Request_Abstract

Called after Zend_Controller_Router exits.

routeShutdown(\Zend_Controller_Request_Abstract $request) : void
Inherited

Called after Zend_Controller_Front exits from the router.

Parameters

$request

\Zend_Controller_Request_Abstract

Called before Zend_Controller_Front begins evaluating the request against its routes.

routeStartup(\Zend_Controller_Request_Abstract $request) : void
Inherited

Parameters

$request

\Zend_Controller_Request_Abstract

Set request object

setRequest(\Zend_Controller_Request_Abstract $request) : \Zend_Controller_Plugin_Abstract
Inherited

Parameters

$request

\Zend_Controller_Request_Abstract

Returns

\Zend_Controller_Plugin_Abstract

Set response object

setResponse(\Zend_Controller_Response_Abstract $response) : \Zend_Controller_Plugin_Abstract
Inherited

Parameters

$response

\Zend_Controller_Response_Abstract

Returns

\Zend_Controller_Plugin_Abstract

 Properties

 

$_request

$_request : \Zend_Controller_Request_Abstract

Default

 

$_response

$_response : \Zend_Controller_Response_Abstract

Default