ResponseContainerInterface.php 272 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php namespace NF_FU_VENDOR\Aws; use NF_FU_VENDOR\Psr\Http\Message\ResponseInterface; interface ResponseContainerInterface { /** * Get the received HTTP response if any. * * @return ResponseInterface|null */ public function getResponse(); }