PHP Класс Rocketeer\Services\Storages\ServerStorage

Автор: Maxime Fabre ([email protected])
Наследование: extends Rocketeer\Abstracts\AbstractStorage, implements Rocketeer\Interfaces\StorageInterface
Показать файл Открыть проект

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

Метод Описание
destroy ( ) : boolean Destroy the file.
getFilepath ( ) : string Get the full path to the file.

Защищенные методы

Метод Описание
getContents ( ) : array Get the contents of the file.
saveContents ( array $contents ) Save the contents of the file.

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

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

Destroy the file.
public destroy ( ) : boolean
Результат boolean

getContents() защищенный Метод

Get the contents of the file.
protected getContents ( ) : array
Результат array

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

Get the full path to the file.
public getFilepath ( ) : string
Результат string

saveContents() защищенный Метод

Save the contents of the file.
protected saveContents ( array $contents )
$contents array