PHP Интерфейс App\Services\Filesystem\FilesystemInterface

Показать файл Открыть проект

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

Метод Описание
get ( string $path ) : string Read a file.
put ( string $path, string $contents ) : mixed Write a file.

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

get() публичный метод

Read a file.
public get ( string $path ) : string
$path string File path
Результат string Contents

put() публичный метод

Write a file.
public put ( string $path, string $contents ) : mixed
$path string File path
$contents string Contents to write a file
Результат mixed