PHP 클래스 Rocketeer\Services\Storages\ServerStorage

저자: Maxime Fabre ([email protected])
상속: extends Rocketeer\Abstracts\AbstractStorage, implements Rocketeer\Interfaces\StorageInterface
파일 보기 프로젝트 열기: anahkiasen/rocketeer

공개 메소드들

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