__construct() public method

public __construct ( string $key, gaufrette\Filesystem $filesystem )
$key string
$filesystem gaufrette\Filesystem
 public function __construct(File $file, Filesystem $filesystem, $streamWrapperPrefix = null)
 {
     parent::__construct($file->getKey(), $filesystem);
     $this->streamWrapperPrefix = $streamWrapperPrefix;
 }