51 if ($this->bearsamppConfRaw !==
false) {
52 $this->exe = $this->symlinkPath .
'/' . $this->bearsamppConfRaw[self::LOCAL_CFG_EXE];
53 $this->exeConsole = $this->symlinkPath .
'/' . $this->bearsamppConfRaw[self::LOCAL_CFG_EXE_CONSOLE];
60 if (!is_dir($this->currentPath)) {
63 if (!is_dir($this->symlinkPath)) {
67 if (!is_file($this->bearsamppConf)) {
70 if (!is_file($this->exe)) {
73 if (!is_file($this->exeConsole)) {