Ubiquity 2.5.2
php rapid development framework
|
Rest events constants. More...
Data Fields | |
const | BEFORE_INSERT = 'rest.before.insert' |
const | BEFORE_UPDATE = 'rest.before.update' |
const | BEFORE_DELETE = 'rest.before.delete' |
const | BEFORE_GET_ONE = 'rest.before.get.one' |
const | BEFORE_GET_ALL = 'rest.before.get.all' |
Rest events constants.
\Ubiquity\events$RestEvents This class is part of Ubiquity
Definition at line 14 of file RestEvents.php.
const BEFORE_DELETE = 'rest.before.delete' |
Definition at line 20 of file RestEvents.php.
const BEFORE_GET_ALL = 'rest.before.get.all' |
Definition at line 24 of file RestEvents.php.
const BEFORE_GET_ONE = 'rest.before.get.one' |
Definition at line 22 of file RestEvents.php.
const BEFORE_INSERT = 'rest.before.insert' |
Definition at line 16 of file RestEvents.php.
const BEFORE_UPDATE = 'rest.before.update' |
Definition at line 18 of file RestEvents.php.