Zend Framework
3.0
|
Static Public Member Functions | |
static | toZend (ResponseInterface $psr7Response) |
Convert a PSR-7 response in a Zend. | |
static | fromZend (ZendResponse $zendResponse) |
Convert a Zend in a PSR-7 response, using zend-diactoros. | |
|
static |
Convert a Zend in a PSR-7 response, using zend-diactoros.
ZendResponse | $zendResponse |
|
static |