Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
RestEvents.php
Go to the documentation of this file.
1<?php
2namespace Ubiquity\events;
3
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
Rest events constants.