64 $resultItems = $resultActions =
'';
79 false, get_called_class()
106 $bearsamppTools->getConsoleZ()->getTabTitleMysql()
116 return $resultItems . PHP_EOL . $resultActions;
134 foreach (
$bearsamppBins->getMysql()->getVersionList() as $version) {
136 self::ACTION_SWITCH_VERSION, array($version),
138 false, get_called_class()
148 return $items . $actions;
203 self::ACTION_CHANGE_PORT,
null,
205 false, get_called_class()
208 $isInstalled =
$bearsamppBins->getMysql()->getService()->isInstalled();
220 $tplChangeRootPwd =
null;
223 self::ACTION_CHANGE_ROOT_PWD,
null,
225 !$isInstalled, get_called_class()
233 self::ACTION_INSTALL_SERVICE,
null,
235 $isInstalled, get_called_class()
242 self::ACTION_REMOVE_SERVICE,
null,
244 !$isInstalled, get_called_class()
const DEBUG_MYSQL_VERSION
const DEBUG_MYSQL_VARIABLES
const MENU_INSTALL_SERVICE
const MENU_CHANGE_ROOT_PWD
const DEBUG_MYSQL_SYNTAX_CHECK
const MENU_REMOVE_SERVICE
const GLYPH_SERVICE_REMOVE
static getItemActionServiceStop($service)
static getItemSeparator()
static getItemActionServiceStart($service)
static getItemConsoleZ($caption, $glyph, $id=null, $title=null, $initDir=null, $command=null)
static getItemActionServiceRestart($service)
static getItemLink($caption, $link, $local=false, $glyph=self::GLYPH_WEB_PAGE)
const GLYPH_SERVICE_INSTALL
static getItemNotepad($caption, $path)
static getMenuMysqlService()
static getActionInstallMysqlService()
static getActionChangeMysqlRootPwd()
const ACTION_INSTALL_SERVICE
const ACTION_SWITCH_VERSION
static getActionEnableMysql($enable)
static getActionChangeMysqlPort()
static getMenuMysqlVersions()
static getActionSwitchMysqlVersion($version)
const ACTION_CHANGE_ROOT_PWD
const ACTION_REMOVE_SERVICE
static getActionRemoveMysqlService()
static getMenuMysqlDebug()
static getActionMulti($action, $args=array(), $item=array(), $disabled=false, $class=false)
static getMenuEnable($caption, $menu, $class, $enabled=true)
static getActionRun($action, $args=array(), $item=array(), $waitUntilTerminated=true)
static getMenu($caption, $menu, $class)
static getWebsiteUrl($path='', $fragment='', $utmSource=true)