PHP Class AuditLogSchema

Inheritance: extends CakeSchema
Afficher le fichier Open project: robwilkerson/cakephp-audit-log-plugin

Méthodes publiques

Свойство Type Description
$audit_deltas array Schema for audit_deltas table
$audits array Schema for audits table
$name string AuditLog

Méthodes publiques

Méthode Description
after ( array $event = [] ) : boolean After callback
before ( array $event = [] ) : boolean Before callback

Method Details

after() public méthode

After callback
public after ( array $event = [] ) : boolean
$event array The event data.
Résultat boolean

before() public méthode

Before callback
public before ( array $event = [] ) : boolean
$event array The event data.
Résultat boolean

Property Details

$audit_deltas public_oe property

Schema for audit_deltas table
public array $audit_deltas
Résultat array

$audits public_oe property

Schema for audits table
public array $audits
Résultat array

$name public_oe property

AuditLog
public string $name
Résultat string