PHP 클래스 Barryvdh\Debugbar\Storage\FilesystemStorage

상속: implements DebugBar\Storage\StorageInterface
파일 보기 프로젝트 열기: barryvdh/laravel-debugbar

보호된 프로퍼티들

프로퍼티 타입 설명
$dirname
$files
$gc_lifetime
$gc_probability Hours to keep collected data;

공개 메소드들

메소드 설명
__construct ( Illuminate\Filesystem\Filesystem $files, string $dirname )
clear ( ) {@inheritDoc}
find ( array $filters = [], $max = 20, $offset ) {@inheritDoc}
get ( $id ) {@inheritDoc}
makeFilename ( $id ) : string Create the filename for the data, based on the id.
save ( $id, $data ) {@inheritDoc}

보호된 메소드들

메소드 설명
filter ( $meta, $filters ) : boolean Filter the metadata for matches.
garbageCollect ( ) Delete files older then a certain age (gc_lifetime)

메소드 상세

__construct() 공개 메소드

public __construct ( Illuminate\Filesystem\Filesystem $files, string $dirname )
$files Illuminate\Filesystem\Filesystem The filesystem
$dirname string Directories where to store files

clear() 공개 메소드

{@inheritDoc}
public clear ( )

filter() 보호된 메소드

Filter the metadata for matches.
protected filter ( $meta, $filters ) : boolean
$meta
$filters
리턴 boolean

find() 공개 메소드

{@inheritDoc}
public find ( array $filters = [], $max = 20, $offset )
$filters array

garbageCollect() 보호된 메소드

Delete files older then a certain age (gc_lifetime)
protected garbageCollect ( )

get() 공개 메소드

{@inheritDoc}
public get ( $id )

makeFilename() 공개 메소드

Create the filename for the data, based on the id.
public makeFilename ( $id ) : string
$id
리턴 string

save() 공개 메소드

{@inheritDoc}
public save ( $id, $data )

프로퍼티 상세

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

protected $dirname

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

protected $files

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

protected $gc_lifetime

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

Hours to keep collected data;
protected $gc_probability