2024.8.23
|
Public Member Functions | |
__construct ($args) | |
Data Fields | |
const | GIT = 'git' |
Class ActionRefreshRepos
This class is responsible for handling the action of refreshing repositories.
Definition at line 15 of file class.action.refreshRepos.php.
ActionRefreshRepos::__construct | ( | $args | ) |
ActionRefreshRepos constructor.
This constructor initializes the action to refresh repositories based on the provided arguments.
array | $args | An array of arguments where the first argument can be 'git' to trigger the git repository refresh. |
Definition at line 29 of file class.action.refreshRepos.php.
References Util\startLoading().
const ActionRefreshRepos::GIT = 'git' |
Constant representing the 'git' command.
Definition at line 20 of file class.action.refreshRepos.php.
Referenced by ActionRefreshReposStartup\__construct(), TplAppGit\getActionRefreshGitRepos(), and TplAppGit\getActionRefreshGitReposStartup().