-
Notifications
You must be signed in to change notification settings - Fork 1
SYSTEM API api
- Class name:api
- Namespace:SYSTEM\APIConstants
###ROOT_PARENTIDconst ROOT_PARENTID = -1 ###DEFAULT_GROUPconst DEFAULT_GROUP = 0 ###DEFAULT_STRICTconst DEFAULT_STRICT = true ###DEFAULT_DEFAULTconst DEFAULT_DEFAULT = falseMethods
###runmixed SYSTEM\API\api::run($verifyclassname, $apiclassname, $params, $group, $strict, $default)
-
Visibility: public* This method is static.#### Arguments*$verifyclassname mixed*$apiclassname mixed*$params mixed*$group mixed*$strict mixed*$default mixed ###getApiTreemixed SYSTEM\API\api::getApiTree($group)
-
Visibility: private* This method is static.#### Arguments*$group mixed ###do_staticsmixed SYSTEM\API\api::do_statics($params, $tree, $apiclassname, $verifyclassname, $default)
-
Visibility: private* This method is static.#### Arguments*$params mixed*$tree mixed*$apiclassname mixed*$verifyclassname mixed*$default mixed ###do_defaultmixed SYSTEM\API\api::do_default($default, $apiclassname, $call_funcname)
-
Visibility: private* This method is static.#### Arguments*$default mixed*$apiclassname mixed*$call_funcname mixed ###do_strictmixed SYSTEM\API\api::do_strict($strict, $params, $statics, $commands, $parameters, $parameters_opt)
-
Visibility: private* This method is static.#### Arguments*$strict mixed*$params mixed*$statics mixed*$commands mixed*$parameters mixed*$parameters_opt mixed ###do_commandsmixed SYSTEM\API\api::do_commands($params, $tree)
-
Visibility: private* This method is static.#### Arguments*$params mixed*$tree mixed ###do_parametersmixed SYSTEM\API\api::do_parameters($params, $tree, $parentid, $lastcommandvalue, $verifyclassname)
-
Visibility: private* This method is static.#### Arguments*$params mixed*$tree mixed*$parentid mixed*$lastcommandvalue mixed*$verifyclassname mixed ###do_parameters_optmixed SYSTEM\API\api::do_parameters_opt($params, $tree, $parentid, $lastcommandvalue, $verifyclassname)
-
Visibility: private* This method is static.#### Arguments*$params mixed*$tree mixed*$parentid mixed*$lastcommandvalue mixed*$verifyclassname mixed ###do_func_namemixed SYSTEM\API\api::do_func_name($commands)
-
Visibility: private* This method is static.#### Arguments*$commands mixed ###do_func_paramsmixed SYSTEM\API\api::do_func_params($parameters, $parameters_opt)
-
Visibility: private* This method is static.#### Arguments*$parameters mixed*$parameters_opt mixed