PHP 클래스 Lazer\Classes\Helpers\File

저자: Grzegorz Kuźnik
상속: implements Lazer\Classes\Helpers\FileInterface
파일 보기 프로젝트 열기: greg0/lazer-database 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$name string File name
$type string File type (data|config)

공개 메소드들

메소드 설명
exists ( )
get ( $assoc = false )
getPath ( )
put ( $data )
remove ( )
setType ( $type )
table ( $name )

메소드 상세

exists() 최종 공개 메소드

final public exists ( )

get() 최종 공개 메소드

final public get ( $assoc = false )

getPath() 최종 공개 메소드

final public getPath ( )

put() 최종 공개 메소드

final public put ( $data )

remove() 최종 공개 메소드

final public remove ( )

setType() 최종 공개 메소드

final public setType ( $type )

table() 공개 정적인 메소드

public static table ( $name )

프로퍼티 상세

$name 보호되어 있는 프로퍼티

File name
protected string $name
리턴 string

$type 보호되어 있는 프로퍼티

File type (data|config)
protected string $type
리턴 string