프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 ( ) : |
User responsible for the changes. |
public auditable ( ) : Illuminate\Database\Eloquent\Relations\MorphTo | ||
리턴 | Illuminate\Database\Eloquent\Relations\MorphTo |
public getDataValue ( string $key ) : mixed | ||
$key | string | |
리턴 | mixed |
public user ( ) : |
||
리턴 |
protected array $metadata | ||
리턴 | array |
protected array $modified | ||
리턴 | array |