Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
DAOEvents Class Reference

DAO events constants. More...

Data Fields

const GET_ALL = 'dao.getall'
 
const GET_ONE = 'dao.getone'
 
const BEFORE_INSERT = 'dao.before.insert'
 
const BEFORE_UPDATE = 'dao.before.update'
 
const AFTER_INSERT = 'dao.after.insert'
 
const AFTER_UPDATE = 'dao.after.update'
 

Detailed Description

DAO events constants.

src\Ubiquity\events$DAOEvents This class is part of Ubiquity

Author
jcheron myadd.nosp@m.ress.nosp@m.mail@.nosp@m.gmai.nosp@m.l.com
Version
1.0.1

Definition at line 14 of file DAOEvents.php.

Field Documentation

◆ AFTER_INSERT

const AFTER_INSERT = 'dao.after.insert'

Definition at line 24 of file DAOEvents.php.

◆ AFTER_UPDATE

const AFTER_UPDATE = 'dao.after.update'

Definition at line 26 of file DAOEvents.php.

◆ BEFORE_INSERT

const BEFORE_INSERT = 'dao.before.insert'

Definition at line 20 of file DAOEvents.php.

◆ BEFORE_UPDATE

const BEFORE_UPDATE = 'dao.before.update'

Definition at line 22 of file DAOEvents.php.

◆ GET_ALL

const GET_ALL = 'dao.getall'

Definition at line 16 of file DAOEvents.php.

◆ GET_ONE

const GET_ONE = 'dao.getone'

Definition at line 18 of file DAOEvents.php.


The documentation for this class was generated from the following file: