ResponseService
Read onlyYes
FinalYes
Table of Contents
Methods
- __construct() : mixed
- dropNonceFromHtml() : string
- dropNonceFromHtmlResponse() : ResponseInterface
Methods
__construct()
public
__construct(StreamFactoryInterface $streamFactory) : mixed
Parameters
- $streamFactory : StreamFactoryInterface
dropNonceFromHtml()
public
dropNonceFromHtml(string $html, ConsumableNonce $nonce) : string
Parameters
- $html : string
- $nonce : ConsumableNonce
Return values
stringdropNonceFromHtmlResponse()
public
dropNonceFromHtmlResponse(ResponseInterface $response, ConsumableNonce $nonce) : ResponseInterface
Parameters
- $response : ResponseInterface
- $nonce : ConsumableNonce