Méthode |
Description |
|
addBatchData ( $batchData, boolean $compact = true ) |
Writes a number of associated data records in one go. |
|
addData ( $type, $data, boolean | true $compact = true ) |
|
|
attributeLabels ( ) : array |
|
|
create ( boolean $initialise = true ) : static |
|
|
finalize ( ) : boolean |
|
|
getData ( ) : ActiveQuery |
Returns all linked data records |
|
getJavascripts ( ) : ActiveQuery |
Returns all linked AuditJavascript instances |
|
getLinkedErrors ( ) : ActiveQuery |
Returns all linked AuditError instances
(Called linkedErrors() to avoid confusion with the getErrors() method) |
|
getMails ( ) : ActiveQuery |
Returns all linked AuditMail instances |
|
getTrails ( ) : ActiveQuery |
Returns all linked AuditTrail instances |
|
record ( ) |
Records the current application state into the instance. |
|
tableName ( ) |
|
|