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_INSTALL_SERVICE
const MENU_CHANGE_ROOT_PWD
const DEBUG_POSTGRESQL_VERSION
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)
const ACTION_INSTALL_SERVICE
const ACTION_CHANGE_ROOT_PWD
static getActionInstallPostgresqlService()
static getActionEnablePostgresql($enable)
static getActionChangePostgresqlPort()
static getActionChangePostgresqlRootPwd()
static getActionRemovePostgresqlService()
const ACTION_REMOVE_SERVICE
static getMenuPostgresqlDebug()
static getMenuPostgresqlService()
static getActionSwitchPostgresqlVersion($version)
const ACTION_SWITCH_VERSION
static getMenuPostgresql()
static getMenuPostgresqlVersions()
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)