Bearsampp 2025.8.29
Loading...
Searching...
No Matches
class.tpl.app.browser.php
Go to the documentation of this file.
1<?php
2/*
3 * Copyright (c) 2021-2024 Bearsampp
4 * License: GNU General Public License version 3 or later; see LICENSE.txt
5 * Author: bear
6 * Website: https://bearsampp.com
7 * Github: https://github.com/Bearsampp
8 */
9
17{
18 // Constant for the change browser action identifier
19 const ACTION = 'changeBrowser';
20
32 public static function process()
33 {
34 global $bearsamppLang;
35
37 self::ACTION, null,
39 false, get_called_class()
40 );
41 }
42
51 public static function getActionChangeBrowser()
52 {
55 }
56}
global $bearsamppLang
const CHANGE_BROWSER
const CHANGE_BROWSER_TITLE
static getActionMulti($action, $args=array(), $item=array(), $disabled=false, $class=false)
static getActionRun($action, $args=array(), $item=array(), $waitUntilTerminated=true)