Ubiquity
2.5.2
php rapid development framework
Loading...
Searching...
No Matches
RestEvents.php
Go to the documentation of this file.
1
<?php
2
namespace
Ubiquity\events
;
3
14
class
RestEvents
{
15
16
const
BEFORE_INSERT
=
'rest.before.insert'
;
17
18
const
BEFORE_UPDATE
=
'rest.before.update'
;
19
20
const
BEFORE_DELETE
=
'rest.before.delete'
;
21
22
const
BEFORE_GET_ONE
=
'rest.before.get.one'
;
23
24
const
BEFORE_GET_ALL
=
'rest.before.get.all'
;
25
}
26
Ubiquity\events\RestEvents
Rest events constants.
Definition
RestEvents.php:14
Ubiquity\events\RestEvents\BEFORE_DELETE
const BEFORE_DELETE
Definition
RestEvents.php:20
Ubiquity\events\RestEvents\BEFORE_GET_ALL
const BEFORE_GET_ALL
Definition
RestEvents.php:24
Ubiquity\events\RestEvents\BEFORE_GET_ONE
const BEFORE_GET_ONE
Definition
RestEvents.php:22
Ubiquity\events\RestEvents\BEFORE_UPDATE
const BEFORE_UPDATE
Definition
RestEvents.php:18
Ubiquity\events\RestEvents\BEFORE_INSERT
const BEFORE_INSERT
Definition
RestEvents.php:16
Ubiquity\events
Definition
DAOEvents.php:2
C:
Users
myadd
Documents
GitHub
ubiquity-doc-api
vendor
phpmv
ubiquity
src
Ubiquity
events
RestEvents.php
Generated on Sun Dec 10 2023 15:04:21 for
Ubiquity
by
doxygen
1.9.8