PHP 인터페이스 Lazer\Classes\Helpers\FileInterface

파일 보기 프로젝트 열기: greg0/lazer-database

공개 메소드들

메소드 설명
exists ( ) : boolean Checking that file exists
get ( boolean $assoc = false ) : mixed Return decoded JSON
getPath ( ) : string Returning path to file
put ( object | array $data ) : boolean Saving encoded JSON to file
remove ( ) : boolean Removing file
setType ( string $type ) Set the file type
table ( string $name ) : File Setting name of table

메소드 상세

exists() 공개 메소드

Checking that file exists
public exists ( ) : boolean
리턴 boolean

get() 공개 메소드

Return decoded JSON
public get ( boolean $assoc = false ) : mixed
$assoc boolean Returns object if false; array if true
리턴 mixed (object|array)

getPath() 공개 메소드

Returning path to file
public getPath ( ) : string
리턴 string Path to file

put() 공개 메소드

Saving encoded JSON to file
public put ( object | array $data ) : boolean
$data object | array
리턴 boolean

remove() 공개 메소드

Removing file
public remove ( ) : boolean
리턴 boolean

setType() 공개 메소드

Set the file type
public setType ( string $type )
$type string File type (data|config)

table() 공개 정적인 메소드

Setting name of table
public static table ( string $name ) : File
$name string
리턴 File