62 $resultItems = $resultActions =
'';
77 false, get_called_class()
102 return $resultItems . PHP_EOL . $resultActions;
121 foreach (
$bearsamppBins->getMemcached()->getVersionList() as $version) {
123 self::ACTION_SWITCH_VERSION, array($version),
125 false, get_called_class()
135 return $items . $actions;
193 self::ACTION_CHANGE_PORT,
null,
195 false, get_called_class()
198 $isInstalled =
$bearsamppBins->getMemcached()->getService()->isInstalled();
212 self::ACTION_INSTALL_SERVICE,
null,
214 $isInstalled, get_called_class()
221 self::ACTION_REMOVE_SERVICE,
null,
223 !$isInstalled, get_called_class()
const MENU_INSTALL_SERVICE
const MENU_UPDATE_ENV_PATH
const MENU_REMOVE_SERVICE
const GLYPH_SERVICE_REMOVE
static getItemActionServiceStop($service)
static getItemSeparator()
static getItemActionServiceStart($service)
static getItemActionServiceRestart($service)
static getItemLink($caption, $link, $local=false, $glyph=self::GLYPH_WEB_PAGE)
const GLYPH_SERVICE_INSTALL
static getItemNotepad($caption, $path)
static getMenuMemcachedVersions()
static getActionRemoveMemcachedService()
static getActionInstallMemcachedService()
const ACTION_REMOVE_SERVICE
const ACTION_SWITCH_VERSION
static getActionEnableMemcached($enable)
static getActionChangeMemcachedPort()
static getActionSwitchMemcachedVersion($version)
static getMenuMemcachedService()
const ACTION_INSTALL_SERVICE
static getMenuMemcached()
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)