Current path: home/webdevt/www/wdp/wp-content/plugins/brizy/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/
?? Go up: /home/webdevt/www/wdp/wp-content/plugins/brizy/vendor/knplabs/gaufrette/src/Gaufrette
<?php
namespace Gaufrette\Adapter;
/**
* Interface for the stream creation class.
*
* @author Leszek Prabucki <leszek.prabucki@gmail.com>
*/
interface StreamFactory
{
/**
* Creates a new stream instance of the specified file.
*
* @param string $key
*
* @return \Gaufrette\Stream
*/
public function createStream($key);
}