PHP Class AuditLogSchema

Inheritance: extends CakeSchema
ファイルを表示 Open project: robwilkerson/cakephp-audit-log-plugin

Public Properties

Property Type Description
$audit_deltas array Schema for audit_deltas table
$audits array Schema for audits table
$name string AuditLog

Public Methods

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

Method Details

after() public method

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

before() public method

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

Property Details

$audit_deltas public_oe property

Schema for audit_deltas table
public array $audit_deltas
return array

$audits public_oe property

Schema for audits table
public array $audits
return array

$name public_oe property

AuditLog
public string $name
return string