PHP 클래스 bedezign\yii2\audit\panels\ErrorPanel

상속: extends bedezign\yii2\audit\components\panels\Panel
파일 보기 프로젝트 열기: bedezign/yii2-audit 1 사용 예제들

공개 메소드들

메소드 설명
cleanup ( $maxAge = null )
getChart ( )
getDetail ( )
getIndexUrl ( )
getLabel ( )
getName ( )
hasEntryData ( $entry )
init ( )
log ( integer $entry_id, Exception | Throwable $exception ) : null | static Log an exception
logMessage ( integer $entry_id, string $message, integer $code, string $file = '', integer $line, array $trace = [] ) : null | static Log a regular error message
registerAssets ( $view )

메소드 상세

cleanup() 공개 메소드

public cleanup ( $maxAge = null )

getChart() 공개 메소드

public getChart ( )

getDetail() 공개 메소드

public getDetail ( )

getIndexUrl() 공개 메소드

public getIndexUrl ( )

getLabel() 공개 메소드

public getLabel ( )

getName() 공개 메소드

public getName ( )

hasEntryData() 공개 메소드

public hasEntryData ( $entry )

init() 공개 메소드

public init ( )

log() 공개 메소드

Log an exception
public log ( integer $entry_id, Exception | Throwable $exception ) : null | static
$entry_id integer Entry to associate the error with
$exception Exception | Throwable
리턴 null | static

logMessage() 공개 메소드

Log a regular error message
public logMessage ( integer $entry_id, string $message, integer $code, string $file = '', integer $line, array $trace = [] ) : null | static
$entry_id integer Entry to associate the error with
$message string
$code integer
$file string
$line integer
$trace array Stack trace to include. Use `Helper::generateTrace()` to create it.
리턴 null | static

registerAssets() 공개 메소드

public registerAssets ( $view )