Craft Activity (1.x)

Settings extends Model
in package

Table of Contents

$autoDeleteLogsThreshold  : string
$deleteLogsWithUser  : bool
$ignoreNoConfigChanges  : bool
$ignoreNoElementChanges  : bool
$ignoreNoSettingsChanges  : bool
$ignorePropagate  : bool
$ignoreResave  : bool
$ignoreRules  : array<string|int, mixed>
$ignoreUpdateSlugs  : bool
$showUserIP  : bool
$showUsersFullName  : bool
$trackConfigFieldsChanges  : bool
$trackElementFieldsChanges  : bool
isTypeIgnored()  : bool
Is a log type ignored by the set of rules

Properties

$autoDeleteLogsThreshold

public string $autoDeleteLogsThreshold = ''

$deleteLogsWithUser

public bool $deleteLogsWithUser = false

$ignoreNoConfigChanges

public bool $ignoreNoConfigChanges = false

$ignoreNoElementChanges

public bool $ignoreNoElementChanges = false

$ignoreNoSettingsChanges

public bool $ignoreNoSettingsChanges = false

$ignorePropagate

public bool $ignorePropagate = true

$ignoreResave

public bool $ignoreResave = true

$ignoreRules

public array<string|int, mixed> $ignoreRules = [['type' => 'entryMoved', 'active' => 1, 'request' => ''], ['type' => 'categoryMoved', 'active' => 1, 'request' => ''], ['type' => 'userLoggedOut', 'active' => 1, 'request' => '']]

$ignoreUpdateSlugs

public bool $ignoreUpdateSlugs = true

$showUserIP

public bool $showUserIP = false
Tags
since
1.3.4

$showUsersFullName

public bool $showUsersFullName = false

$trackConfigFieldsChanges

public bool $trackConfigFieldsChanges = true

$trackElementFieldsChanges

public bool $trackElementFieldsChanges = true

Methods

isTypeIgnored()

Is a log type ignored by the set of rules

public isTypeIgnored(string $handle) : bool
Parameters
$handle : string
Return values
bool

Search results