__METHOD_GET_VARIABLE_NAME
__METHOD_GET_VARIABLE_NAME = "___method_|_name_|_context_|"
Name of GET-variable, which contains User-requested name of method, given by Apache
| __MethodCaller |
| HelpClasses |
| Access | Supposed to manage messages forwarding, etc |
| api | Controls output flow, error messages displaying |
| apiException | Custom exception |
| Auth | Authorization and current account control |
| Chat | Chat object |
| Contacts | Contacts class |
| db | DB utils and autoload via classes |
| FieldChecker | Field Checker |
| FieldsContainer | Fields Container |
| funcs | Functions |
| Message | Messages Object |
| msgAccess | Get forwarded messages with msgAccess |
| Pages | Pages class |
| Report | Report class |
| rqHeuristic | rqHeuristic |
| security | Security class |
| User | User class |
_handleError(integer $code, string $description, string $file = null, integer $line = null, array<mixed,string> $context = null) : void
Hanlde error
Format, log, terminate
| integer | $code | Error code |
| string | $description | Description |
| string | $file | File |
| integer | $line | Line |
| array<mixed,string> | $context | Context |