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],
]
|
$_allow,
$_apiuser,
$_args,
$_delete_args,
$_enable_xss,
$_end_rtime,
$_get_args,
$_head_args,
$_insert_id,
$_options_args,
$_patch_args,
$_post_args,
$_put_args,
$_query_args,
$_start_rtime,
$_supported_formats,
$_user_ldap_dn,
$allowed_http_methods,
$http_status_codes,
$request,
$response,
$rest,
$rest_format
|