PHP 클래스 OwenIt\Auditing\Models\Audit

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: owen-it/laravel-auditing 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$incrementing
$timestamps

보호된 프로퍼티들

프로퍼티 타입 설명
$casts
$data array Audit data.
$dates
$guarded
$metadata array The Audit attributes that belong to the metadata.
$modified array The Auditable attributes that were modified.
$table

공개 메소드들

메소드 설명
auditable ( ) : Illuminate\Database\Eloquent\Relations\MorphTo Get the auditable model to which this Audit belongs.
getConnection ( )
getDataValue ( string $key ) : mixed Get an Audit data value.
getMetadata ( ) : array Get the Audit metadata.
getModified ( ) : array Get the Auditable modified attributes.
getTable ( )
resolveData ( ) : array Audit data resolver.
user ( ) : BelongsTo User responsible for the changes.

메소드 상세

auditable() 공개 메소드

Get the auditable model to which this Audit belongs.
public auditable ( ) : Illuminate\Database\Eloquent\Relations\MorphTo
리턴 Illuminate\Database\Eloquent\Relations\MorphTo

getConnection() 공개 메소드

public getConnection ( )

getDataValue() 공개 메소드

Get an Audit data value.
public getDataValue ( string $key ) : mixed
$key string
리턴 mixed

getMetadata() 공개 메소드

Get the Audit metadata.
public getMetadata ( ) : array
리턴 array

getModified() 공개 메소드

Get the Auditable modified attributes.
public getModified ( ) : array
리턴 array

getTable() 공개 메소드

public getTable ( )

resolveData() 공개 메소드

Audit data resolver.
public resolveData ( ) : array
리턴 array

user() 공개 메소드

User responsible for the changes.
public user ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo

프로퍼티 상세

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

protected $casts

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

Audit data.
protected array $data
리턴 array

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

protected $dates

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

protected $guarded

$incrementing 공개적으로 프로퍼티

public $incrementing

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

The Audit attributes that belong to the metadata.
protected array $metadata
리턴 array

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

The Auditable attributes that were modified.
protected array $modified
리턴 array

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

protected $table

$timestamps 공개적으로 프로퍼티

public $timestamps