2024.8.23
|
Public Member Functions | |
__construct () | |
getAll () | |
getComposer () | |
getConsoleZ () | |
getGhostscript () | |
getGit () | |
getGitGui () | |
getNgrok () | |
getPerl () | |
getPython () | |
getRuby () | |
getXdc () | |
getYarn () | |
update () | |
Data Fields | |
const | TYPE = 'tools' |
Private Attributes | |
$composer | |
$consolez | |
$ghostscript | |
$git | |
$ngrok | |
$perl | |
$python | |
$ruby | |
$xdc | |
$yarn | |
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 16 of file class.tools.php.
Tools::__construct | ( | ) |
Tools::getAll | ( | ) |
Retrieves all tool instances.
Definition at line 96 of file class.tools.php.
References getComposer(), getConsoleZ(), getGhostscript(), getGit(), getNgrok(), getPerl(), getPython(), getRuby(), getXdc(), and getYarn().
Referenced by update().
Tools::getComposer | ( | ) |
Retrieves the Composer tool instance.
Definition at line 117 of file class.tools.php.
References $composer.
Referenced by getAll().
Tools::getConsoleZ | ( | ) |
Retrieves the ConsoleZ tool instance.
Definition at line 130 of file class.tools.php.
References $consolez.
Referenced by getAll().
Tools::getGhostscript | ( | ) |
Retrieves the Ghostscript tool instance.
Definition at line 143 of file class.tools.php.
References $ghostscript.
Referenced by getAll().
Tools::getGit | ( | ) |
Retrieves the Git tool instance.
Definition at line 156 of file class.tools.php.
References $git.
Referenced by getAll().
Tools::getGitGui | ( | ) |
Retrieves the Git GUI tool instance.
Definition at line 169 of file class.tools.php.
References $git.
Tools::getNgrok | ( | ) |
Retrieves the Ngrok tool instance.
Definition at line 182 of file class.tools.php.
References $ngrok.
Referenced by getAll().
Tools::getPerl | ( | ) |
Retrieves the Perl tool instance.
Definition at line 195 of file class.tools.php.
References $perl.
Referenced by getAll().
Tools::getPython | ( | ) |
Retrieves the Python tool instance.
Definition at line 208 of file class.tools.php.
References $python.
Referenced by getAll().
Tools::getRuby | ( | ) |
Retrieves the Ruby tool instance.
Definition at line 221 of file class.tools.php.
References $ruby.
Referenced by getAll().
Tools::getXdc | ( | ) |
Retrieves the Xdc tool instance.
Definition at line 234 of file class.tools.php.
References $xdc.
Referenced by getAll().
Tools::getYarn | ( | ) |
Retrieves the Yarn tool instance.
Definition at line 247 of file class.tools.php.
References $yarn.
Referenced by getAll().
Tools::update | ( | ) |
Updates the configuration of all tools.
Definition at line 83 of file class.tools.php.
References getAll(), and Util\logInfo().
|
private |
Definition at line 26 of file class.tools.php.
Referenced by getComposer().
|
private |
Definition at line 31 of file class.tools.php.
Referenced by getConsoleZ().
|
private |
Definition at line 36 of file class.tools.php.
Referenced by getGhostscript().
|
private |
Definition at line 41 of file class.tools.php.
Referenced by getGit(), and getGitGui().
|
private |
Definition at line 46 of file class.tools.php.
Referenced by getNgrok().
|
private |
Definition at line 51 of file class.tools.php.
Referenced by getPerl().
|
private |
Definition at line 56 of file class.tools.php.
Referenced by getPython().
|
private |
Definition at line 61 of file class.tools.php.
Referenced by getRuby().
|
private |
Definition at line 66 of file class.tools.php.
Referenced by getXdc().
|
private |
Definition at line 71 of file class.tools.php.
Referenced by getYarn().
const Tools::TYPE = 'tools' |
The type of the tools.
Definition at line 21 of file class.tools.php.
Referenced by Module\reload().