RetailCRM API Client

RequestDataHandler extends AbstractHandler

Class RequestDataHandler

Tags
category

RequestDataHandler

Table of Contents

Methods

__construct()  : mixed
RequestDataHandler constructor.
append()  : HandlerInterface
Appends handler to the end of the chain. Returns handler which was used.
getLastHandler()  : HandlerInterface
Returns last handler in the chain. Returns current handler if this chain consist of only this handler.
getNext()  : HandlerInterface|null
Returns next handler or null if it's not present.
handle()  : mixed|null
Fills PSR-7 compatible request with request data.
setNext()  : HandlerInterface
Sets next handler in the chain.

Methods


        
On this page

Search results