![]() |
Bearsampp 2025.8.29
|
Public Member Functions | |
__construct () | |
getAll () | |
getBruno () | |
getComposer () | |
getConsoleZ () | |
getGhostscript () | |
getGit () | |
getGitGui () | |
getNgrok () | |
getPerl () | |
getPython () | |
getRuby () | |
update () |
Data Fields | |
const | TYPE = 'tools' |
Private Attributes | |
$bruno | |
$composer | |
$consolez | |
$ghostscript | |
$git | |
$ngrok | |
$perl | |
$python | |
$ruby |
Class Tools
This class manages various tool modules in the Bearsampp application. It provides methods to retrieve and update the configuration of these tools.
Definition at line 17 of file class.tools.php.
__construct | ( | ) |
getAll | ( | ) |
Retrieves all tool instances.
Definition at line 92 of file class.tools.php.
References getBruno(), getComposer(), getConsoleZ(), getGhostscript(), getGit(), getNgrok(), getPerl(), getPython(), and getRuby().
Referenced by update().
getBruno | ( | ) |
Retrieves the Bruno tool instance.
Definition at line 112 of file class.tools.php.
References $bruno.
Referenced by getAll().
getComposer | ( | ) |
Retrieves the Composer tool instance.
Definition at line 125 of file class.tools.php.
References $composer.
Referenced by getAll().
getConsoleZ | ( | ) |
Retrieves the ConsoleZ tool instance.
Definition at line 138 of file class.tools.php.
References $consolez.
Referenced by getAll().
getGhostscript | ( | ) |
Retrieves the Ghostscript tool instance.
Definition at line 151 of file class.tools.php.
References $ghostscript.
Referenced by getAll().
getGit | ( | ) |
Retrieves the Git tool instance.
Definition at line 164 of file class.tools.php.
References $git.
Referenced by getAll().
getGitGui | ( | ) |
Retrieves the Git GUI tool instance.
Definition at line 177 of file class.tools.php.
References $git.
getNgrok | ( | ) |
Retrieves the Ngrok tool instance.
Definition at line 190 of file class.tools.php.
References $ngrok.
Referenced by getAll().
getPerl | ( | ) |
Retrieves the Perl tool instance.
Definition at line 203 of file class.tools.php.
References $perl.
Referenced by getAll().
getPython | ( | ) |
Retrieves the Python tool instance.
Definition at line 216 of file class.tools.php.
References $python.
Referenced by getAll().
getRuby | ( | ) |
Retrieves the Ruby tool instance.
Definition at line 229 of file class.tools.php.
References $ruby.
Referenced by getAll().
update | ( | ) |
Updates the configuration of all tools.
Definition at line 79 of file class.tools.php.
References getAll(), and Util\logInfo().
|
private |
Definition at line 32 of file class.tools.php.
Referenced by getBruno().
|
private |
Definition at line 27 of file class.tools.php.
Referenced by getComposer().
|
private |
Definition at line 37 of file class.tools.php.
Referenced by getConsoleZ().
|
private |
Definition at line 42 of file class.tools.php.
Referenced by getGhostscript().
|
private |
Definition at line 47 of file class.tools.php.
Referenced by getGit(), and getGitGui().
|
private |
Definition at line 52 of file class.tools.php.
Referenced by getNgrok().
|
private |
Definition at line 57 of file class.tools.php.
Referenced by getPerl().
|
private |
Definition at line 62 of file class.tools.php.
Referenced by getPython().
|
private |
Definition at line 67 of file class.tools.php.
Referenced by getRuby().
const TYPE = 'tools' |
The type of the tools.
Definition at line 22 of file class.tools.php.
Referenced by Module\reload().