Seditio Source
Root |
./othercms/dle15_0/upload/engine/classes/composer/vendor/aws/aws-sdk-php/src/ResponseContainerInterface.php
<?php

namespace Aws;

use
Psr\Http\Message\ResponseInterface;

interface
ResponseContainerInterface
{
   
/**
     * Get the received HTTP response if any.
     *
     * @return ResponseInterface|null
     */
   
public function getResponse();
}