Ubiquity
2.0.0
php rapid development framework
Constants.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ubiquity\controllers\admin\utils
;
4
5
class
Constants
{
6
const
REQUEST_METHODS
=[
"get"
=>
"GET"
,
"post"
=>
"POST"
,
"put"
=>
"PUT"
,
"patch"
=>
"PATCH"
,
"delete"
=>
"DELETE"
,
"head"
=>
"HEAD"
,
"options"
=>
"OPTIONS"
];
7
}
Ubiquity\controllers\admin\utils
Definition:
CodeUtils.php:2
Ubiquity\controllers\admin\utils\Constants\REQUEST_METHODS
const REQUEST_METHODS
Definition:
Constants.php:6
Ubiquity\controllers\admin\utils\Constants
Definition:
Constants.php:5
Ubiquity
controllers
admin
utils
Constants.php
Generated on Tue Mar 6 2018 04:43:16 for
Ubiquity
by
doxygen
1.8.13