RetailCRM API Client

CallbackRequestHandler extends AbstractHandler implements PsrFactoriesAwareInterface Uses PsrFactoriesAwareTrait

Class CallbackRequestHandler

Tags
category

CallbackRequestHandler

Table of Contents

Interfaces

PsrFactoriesAwareInterface
Interface PsrFactoriesAwareInterface

Methods

__construct()  : mixed
CallbackRequestHandler 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
Handle some generic item.
setNext()  : HandlerInterface
Sets next handler in the chain.
setRequestFactory()  : self
setStreamFactory()  : self
setUriFactory()  : self

Methods

__construct()

CallbackRequestHandler constructor.

public __construct(callable $callback) : mixed
Parameters
$callback : callable

handle()

Handle some generic item.

public handle(mixed $item) : mixed
Parameters
$item : mixed
Tags
inheritDoc

setRequestFactory()

public setRequestFactory(RequestFactoryInterface $requestFactory) : self
Parameters
$requestFactory : RequestFactoryInterface
Return values
self

setStreamFactory()

public setStreamFactory(StreamFactoryInterface $streamFactory) : self
Parameters
$streamFactory : StreamFactoryInterface
Return values
self

setUriFactory()

public setUriFactory(UriFactoryInterface $uriFactory) : self
Parameters
$uriFactory : UriFactoryInterface
Return values
self

        
On this page

Search results