Class Key
Keys Controller This is a basic Key Management REST controller to make and delete keys
- CI_Controller
- REST_Controller
- Key
Package: CodeIgniter\Rest
Category: Controller
License: MIT
Author: Phil Sturgeon, Chris Kacerguis
Link: https://github.com/chriskacerguis/codeigniter-restserver
Located at controllers/api/Key.php
Category: Controller
License: MIT
Author: Phil Sturgeon, Chris Kacerguis
Link: https://github.com/chriskacerguis/codeigniter-restserver
Located at controllers/api/Key.php
public
|
|
public
|
|
public
|
|
public
|
|
public
|
protected
array
|
$methods
Defines the list of method properties such as limit, log and level |
#
[
'index_put' => ['level' => 10, 'limit' => 10],
'index_delete' => ['level' => 10],
'level_post' => ['level' => 10],
'regenerate_post' => ['level' => 10],
]
|