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

isStoreWritable() public method

public isStoreWritable ( ) : boolean
return boolean
    public function isStoreWritable()
    {
        return is_writable($this->storeLocation);
    }