PHP 클래스 PrivateBin\Persistence\AbstractPersistence

persists data in PHP files
파일 보기 프로젝트 열기: privatebin/privatebin 1 사용 예제들

공개 메소드들

메소드 설명
getPath ( string $filename = null ) : string get the path
setPath ( string $path ) : void set the path

보호된 메소드들

메소드 설명
_exists ( string $filename ) : boolean checks if the file exists
_initialize ( ) : void prepares path for storage
_store ( string $filename, string $data ) : string store the data

메소드 상세

_exists() 보호된 정적인 메소드

checks if the file exists
protected static _exists ( string $filename ) : boolean
$filename string
리턴 boolean

_initialize() 보호된 정적인 메소드

prepares path for storage
protected static _initialize ( ) : void
리턴 void

_store() 보호된 정적인 메소드

store the data
protected static _store ( string $filename, string $data ) : string
$filename string
$data string
리턴 string

getPath() 공개 정적인 메소드

get the path
public static getPath ( string $filename = null ) : string
$filename string
리턴 string

setPath() 공개 정적인 메소드

set the path
public static setPath ( string $path ) : void
$path string
리턴 void