Свойство | Тип | Описание | |
---|---|---|---|
$auth | Illuminate\Auth\AuthManager | ||
$causedBy | |||
$logEnabled | boolean | ||
$logName | |||
$performedOn | |||
$properties |
Метод | Описание | |
---|---|---|
__construct ( Illuminate\Auth\AuthManager $auth, Illuminate\Contracts\Config\Repository $config ) | ||
by ( $modelOrId ) | ||
causedBy ( |
||
inLog ( string $logName ) | ||
log ( string $description ) : null | mixed | ||
on ( |
||
performedOn ( |
||
useLog ( string $logName ) | ||
withProperties ( array | |
||
withProperty ( string $key, mixed $value ) |
Метод | Описание | |
---|---|---|
normalizeCauser ( |
||
replacePlaceholders ( string $description, |
public __construct ( Illuminate\Auth\AuthManager $auth, Illuminate\Contracts\Config\Repository $config ) | ||
$auth | Illuminate\Auth\AuthManager | |
$config | Illuminate\Contracts\Config\Repository |
protected normalizeCauser ( |
||
$modelOrId | ||
Результат |
public performedOn ( |
||
$model |
protected replacePlaceholders ( string $description, |
||
$description | string | |
$activity | ||
Результат | string |
public withProperties ( array | |
||
$properties | array | |
public withProperty ( string $key, mixed $value ) | ||
$key | string | |
$value | mixed |
protected AuthManager,Illuminate\Auth $auth | ||
Результат | Illuminate\Auth\AuthManager |
protected Model,Illuminate\Database\Eloquent $causedBy | ||
Результат |
protected Model,Illuminate\Database\Eloquent $performedOn | ||
Результат |