some documentation

This commit is contained in:
Mario
2025-07-14 13:48:59 +00:00
parent 22cb0d3c6b
commit 0c2bcda431

View File

@@ -774,8 +774,8 @@ class miniApp {
*
*/
class App {
public static $request = null;
public static $originalRequest = null;
public static $request = null; // psr7 request
public static $originalRequest = null; // not used currently, will be needed when we start signing messages with RFC 9421
public static $install = false; // true if we are installing the software
public static $account = null; // account record of the logged-in account
public static $channel = null; // channel record of the current channel of the logged-in account