58 $resultItems = $resultActions =
'';
74 false, get_called_class()
101 $bearsamppTools->getConsoleZ()->getTabTitlePostgresql()
111 return $resultItems . PHP_EOL . $resultActions;
127 foreach (
$bearsamppBins->getPostgresql()->getVersionList() as $version) {
129 self::ACTION_SWITCH_VERSION, array($version),
131 false, get_called_class()
141 return $items . $actions;
189 self::ACTION_CHANGE_PORT,
null,
191 false, get_called_class()
194 $isInstalled =
$bearsamppBins->getPostgresql()->getService()->isInstalled();
206 $tplChangeRootPwd =
null;
209 self::ACTION_CHANGE_ROOT_PWD,
null,
211 !$isInstalled, get_called_class()
219 self::ACTION_INSTALL_SERVICE,
null,
221 $isInstalled, get_called_class()
228 self::ACTION_REMOVE_SERVICE,
null,
230 !$isInstalled, get_called_class()
const MENU_CHANGE_ROOT_PWD
const DEBUG_POSTGRESQL_VERSION
const MENU_INSTALL_SERVICE
const MENU_REMOVE_SERVICE
const GLYPH_SERVICE_REMOVE
static getItemActionServiceStop($service)
static getItemConsoleZ($caption, $glyph, $id=null, $title=null, $initDir=null, $command=null)
const GLYPH_SERVICE_INSTALL
static getItemLink($caption, $link, $local=false, $glyph=self::GLYPH_WEB_PAGE)
static getItemNotepad($caption, $path)
static getItemActionServiceStart($service)
static getItemSeparator()
static getItemActionServiceRestart($service)
static getActionMulti($action, $args=array(), $item=array(), $disabled=false, $class=false)
static getMenu($caption, $menu, $class)
static getActionRun($action, $args=array(), $item=array(), $waitUntilTerminated=true)
static getMenuEnable($caption, $menu, $class, $enabled=true)
static getActionChangePostgresqlPort()
static getMenuPostgresqlDebug()
static getActionEnablePostgresql($enable)
static getMenuPostgresqlService()
const ACTION_SWITCH_VERSION
static getMenuPostgresqlVersions()
static getMenuPostgresql()
static getActionSwitchPostgresqlVersion($version)
static getActionChangePostgresqlRootPwd()
const ACTION_INSTALL_SERVICE
const ACTION_CHANGE_ROOT_PWD
const ACTION_REMOVE_SERVICE
static getActionInstallPostgresqlService()
static getActionRemovePostgresqlService()
static getWebsiteUrl($path='', $fragment='', $utmSource=true)