Method | Description | |
---|---|---|
auditAfterCreate ( Phalcon\Mvc\ModelInterface $model ) : boolean | Audits an DELETE operation | |
auditAfterUpdate ( Phalcon\Mvc\ModelInterface $model ) : boolean | Audits an UPDATE operation | |
createAudit ( string $type, Phalcon\Mvc\ModelInterface $model ) : Audit | Creates an Audit isntance based on the current enviroment | |
notify ( string $eventType, Phalcon\Mvc\ModelInterface $model ) |
public auditAfterCreate ( Phalcon\Mvc\ModelInterface $model ) : boolean | ||
$model | Phalcon\Mvc\ModelInterface | |
return | boolean |
public auditAfterUpdate ( Phalcon\Mvc\ModelInterface $model ) : boolean | ||
$model | Phalcon\Mvc\ModelInterface | |
return | boolean |
public createAudit ( string $type, Phalcon\Mvc\ModelInterface $model ) : Audit | ||
$type | string | |
$model | Phalcon\Mvc\ModelInterface | |
return | Audit |