runff 1.0 commit
This commit is contained in:
13
lib/aws/Aws/ResponseContainerInterface.php
Normal file
13
lib/aws/Aws/ResponseContainerInterface.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Aws;
|
||||
|
||||
interface ResponseContainerInterface
|
||||
{
|
||||
/**
|
||||
* Get the received HTTP response if any.
|
||||
*
|
||||
* @return ResponseInterface|null
|
||||
*/
|
||||
public function getResponse();
|
||||
}
|
||||
Reference in New Issue
Block a user