\app_core_init

Dev runtime app

Summary

Methods
Properties
Constants
__construct()
onApplicationReady()
onApplicationFinish()
onRecordDeleted()
onRecordSaved()
No public properties found
No constants found
_addJournalRecord()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct() 

Constructor

onApplicationReady()

onApplicationReady() : void

Called when application is ready

onApplicationFinish()

onApplicationFinish() : void

Called when application has finished

onRecordDeleted()

onRecordDeleted(\Fuman_Db_Record  $record) : void

Called if record has been deleted

Parameters

\Fuman_Db_Record $record

onRecordSaved()

onRecordSaved(\Fuman_Db_Record  $record) : void

Called if record has been saved (insert/update)

Parameters

\Fuman_Db_Record $record

_addJournalRecord()

_addJournalRecord(\Fuman_Db_Record  $record) 

Calls journal addRecord

Parameters

\Fuman_Db_Record $record