Добавить в конструктор App:
public static ?array $raw_input = null;
public static ?Dot $dot_input = null;
...
App::$raw_input = json_decode(file_get_contents('php://input'), true);
App::$dot_input = new Dot(self::$raw_input);
И, вероятно, $_REQUEST + Dotted $_REQUEST
Добавить в конструктор App:
И, вероятно, $_REQUEST + Dotted $_REQUEST