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

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'
 

Detailed Description

Rest events constants.

\Ubiquity\events$RestEvents 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.2

Definition at line 14 of file RestEvents.php.

Field Documentation

◆ BEFORE_DELETE

const BEFORE_DELETE = 'rest.before.delete'

Definition at line 20 of file RestEvents.php.

◆ BEFORE_GET_ALL

const BEFORE_GET_ALL = 'rest.before.get.all'

Definition at line 24 of file RestEvents.php.

◆ BEFORE_GET_ONE

const BEFORE_GET_ONE = 'rest.before.get.one'

Definition at line 22 of file RestEvents.php.

◆ BEFORE_INSERT

const BEFORE_INSERT = 'rest.before.insert'

Definition at line 16 of file RestEvents.php.

◆ BEFORE_UPDATE

const BEFORE_UPDATE = 'rest.before.update'

Definition at line 18 of file RestEvents.php.


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