Imbo\EventListener\ImageVariations\Storage\Filesystem::__construct PHP Method

__construct() public method

Class constructor
public __construct ( array $params = null )
$params array Parameters for the driver
    public function __construct(array $params = null)
    {
        if ($params !== null) {
            $this->params = array_replace_recursive($this->params, $params);
        }
    }