Ubiquity
2.5.2
php rapid development framework
Loading...
Searching...
No Matches
DAOEvents.php
Go to the documentation of this file.
1
<?php
2
namespace
Ubiquity\events
;
3
14
class
DAOEvents
{
15
16
const
GET_ALL
=
'dao.getall'
;
17
18
const
GET_ONE
=
'dao.getone'
;
19
20
const
BEFORE_INSERT
=
'dao.before.insert'
;
21
22
const
BEFORE_UPDATE
=
'dao.before.update'
;
23
24
const
AFTER_INSERT
=
'dao.after.insert'
;
25
26
const
AFTER_UPDATE
=
'dao.after.update'
;
27
}
28
Ubiquity\events\DAOEvents
DAO events constants.
Definition
DAOEvents.php:14
Ubiquity\events\DAOEvents\GET_ALL
const GET_ALL
Definition
DAOEvents.php:16
Ubiquity\events\DAOEvents\BEFORE_UPDATE
const BEFORE_UPDATE
Definition
DAOEvents.php:22
Ubiquity\events\DAOEvents\AFTER_UPDATE
const AFTER_UPDATE
Definition
DAOEvents.php:26
Ubiquity\events\DAOEvents\BEFORE_INSERT
const BEFORE_INSERT
Definition
DAOEvents.php:20
Ubiquity\events\DAOEvents\GET_ONE
const GET_ONE
Definition
DAOEvents.php:18
Ubiquity\events\DAOEvents\AFTER_INSERT
const AFTER_INSERT
Definition
DAOEvents.php:24
Ubiquity\events
Definition
DAOEvents.php:2
C:
Users
myadd
Documents
GitHub
ubiquity-doc-api
vendor
phpmv
ubiquity
src
Ubiquity
events
DAOEvents.php
Generated on Sun Dec 10 2023 15:04:21 for
Ubiquity
by
doxygen
1.9.8