CRM_riverlea_BAO_RiverleaStream
extends CRM_riverlea_DAO_RiverleaStream
in package
implements
HookInterface
DAOs provide an OOP-style facade for reading and writing database records.
DAOs are a primary source for metadata in older versions of CiviCRM (<5.74) and are required for some subsystems (such as APIv3).
This stub provides compatibility. It is not intended to be modified in a substantive way. Property annotations may be added, but are not required.
Table of Contents
Interfaces
- HookInterface
- Interface HookInterface
Properties
- $_tableName : string
- Required by older versions of CiviCRM (<5.74).
Methods
- self_hook_civicrm_postCommit() : void
- self_hook_civicrm_pre() : void
Properties
$_tableName
Required by older versions of CiviCRM (<5.74).
public
static string
$_tableName
= 'civicrm_riverlea_stream'
Methods
self_hook_civicrm_postCommit()
public
static self_hook_civicrm_postCommit(PostEvent $event) : void
Parameters
- $event : PostEvent
self_hook_civicrm_pre()
public
static self_hook_civicrm_pre(PreEvent $event) : void
Parameters
- $event : PreEvent