$name, 'data' => $data]; } public static function setTitle(string $title): void { self::$lastTitle = $title; } public static function addInfo(string $key, ...$args): void { Message::$infos[] = $key; } // Parser used by permissionmanager role editor helpers and Paginate::render public static function parse(string $template, array $data = [], ...$rest): string { // For testing, just return an identifiable placeholder return ''; } }