57 $resultItems = $resultActions =
'';
73 false, get_called_class()
102 return $resultItems . PHP_EOL . $resultActions;
120 foreach (
$bearsamppBins->getFilezilla()->getVersionList() as $version) {
122 self::ACTION_SWITCH_VERSION, array($version),
124 false, get_called_class()
134 return $items . $actions;
188 self::ACTION_CHANGE_PORT,
null,
190 false, get_called_class()
207 $isInstalled =
$bearsamppBins->getFilezilla()->getService()->isInstalled();
210 self::ACTION_INSTALL_SERVICE,
null,
212 $isInstalled, get_called_class()
219 self::ACTION_REMOVE_SERVICE,
null,
221 !$isInstalled, get_called_class()
const MENU_INSTALL_SERVICE
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)
static getItemExe($caption, $exe, $glyph, $params=null)
const GLYPH_SERVICE_INSTALL
static getItemNotepad($caption, $path)
static getActionEnableFilezilla($enable)
static getActionInstallFilezillaService()
static getActionChangeFilezillaPort()
static getMenuFilezillaVersions()
static getActionRemoveFilezillaService()
static getMenuFilezillaService()
const ACTION_REMOVE_SERVICE
const ACTION_INSTALL_SERVICE
static getMenuFilezilla()
static getActionSwitchFilezillaVersion($version)
const ACTION_SWITCH_VERSION
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)