Ikwattro\GuzzleStereo\Store\Writer::__construct PHP Method

__construct() public method

public __construct ( string $storeLocation )
$storeLocation string
    public function __construct($storeLocation)
    {
        $this->storeLocation = (string) $storeLocation;
    }