| 1 | <?php |
||
| 12 | class BlobProxyFactory implements BlobProxyFactoryInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var string |
||
| 16 | */ |
||
| 17 | protected $connectionString; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param string $connectionString |
||
| 21 | */ |
||
| 22 | public function __construct($connectionString) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritdoc} |
||
| 29 | */ |
||
| 30 | public function create() |
||
| 34 | } |
||
| 35 |