PHP 클래스 MathiasGrimm\LaravelLogKeeper\Repos\FakeLogsRepo

상속: implements MathiasGrimm\LaravelLogKeeper\Repos\LogsRepoInterface
파일 보기 프로젝트 열기: mathiasgrimm/laravel-log-keeper 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$config
$logs

공개 메소드들

메소드 설명
__construct ( array $config )
compress ( $log, $compressedName )
delete ( $log )
get ( $log )
getCompressed ( )
getLogs ( )
put ( $log, $content )
setLogs ( array $logs )

메소드 상세

__construct() 공개 메소드

public __construct ( array $config )
$config array

compress() 공개 메소드

public compress ( $log, $compressedName )

delete() 공개 메소드

public delete ( $log )

get() 공개 메소드

public get ( $log )

getCompressed() 공개 메소드

public getCompressed ( )

getLogs() 공개 메소드

public getLogs ( )

put() 공개 메소드

public put ( $log, $content )

setLogs() 공개 메소드

public setLogs ( array $logs )
$logs array

프로퍼티 상세

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

protected $config

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

protected $logs