| Total Complexity | 13 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class callback { |
||
| 12 | public static function encodeData (array $data): string { |
||
| 13 | return tools::codec(codecAction::ENCRYPT, json_encode($data), md5(settings::$token), 'SguQgUvvKRLvmCyq')['hash']; |
||
| 14 | } |
||
| 15 | |||
| 16 | public static function decodeData (string $data): array { |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @internal Only for BPT self usage , Don't use it in your source! |
||
| 22 | */ |
||
| 23 | public static function process () { |
||
| 43 | } |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @internal Only for BPT self usage , Don't use it in your source! |
||
| 47 | */ |
||
| 48 | public static function callHandler (string $handler_name, $input) { |
||
| 53 | } |