PHP Class Ikwattro\GuzzleStereo\Store\Writer

Datei anzeigen Open project: ikwattro/guzzle-stereo Class Usage Examples

Protected Properties

Property Type Description
$storeLocation string

Public Methods

Method Description
__construct ( string $storeLocation )
getStoreLocation ( ) : string
isStoreWritable ( ) : boolean
write ( string $file, mixed $content )

Method Details

__construct() public method

public __construct ( string $storeLocation )
$storeLocation string

getStoreLocation() public method

public getStoreLocation ( ) : string
return string

isStoreWritable() public method

public isStoreWritable ( ) : boolean
return boolean

write() public method

public write ( string $file, mixed $content )
$file string
$content mixed

Property Details

$storeLocation protected_oe property

protected string $storeLocation
return string