PHP Класс Ikwattro\GuzzleStereo\Store\Writer

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$storeLocation string

Открытые методы

Метод Описание
__construct ( string $storeLocation )
getStoreLocation ( ) : string
isStoreWritable ( ) : boolean
write ( string $file, mixed $content )

Описание методов

__construct() публичный Метод

public __construct ( string $storeLocation )
$storeLocation string

getStoreLocation() публичный Метод

public getStoreLocation ( ) : string
Результат string

isStoreWritable() публичный Метод

public isStoreWritable ( ) : boolean
Результат boolean

write() публичный Метод

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

Описание свойств

$storeLocation защищенное свойство

protected string $storeLocation
Результат string