PHP 인터페이스 App\Services\Filesystem\FilesystemInterface

파일 보기 프로젝트 열기: ngmy/webloyer

공개 메소드들

메소드 설명
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