diff options
Diffstat (limited to 'apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/FromConfigInterface.php')
-rw-r--r-- | apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/FromConfigInterface.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/FromConfigInterface.php b/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/FromConfigInterface.php deleted file mode 100644 index c8b1317c446..00000000000 --- a/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/FromConfigInterface.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php - -namespace Guzzle\Common; - -/** - * Interfaces that adds a factory method which is used to instantiate a class from an array of configuration options. - */ -interface FromConfigInterface -{ - /** - * Static factory method used to turn an array or collection of configuration data into an instantiated object. - * - * @param array|Collection $config Configuration data - * - * @return FromConfigInterface - */ - public static function factory($config = array()); -} |