70 if ($this->bearsamppConfRaw !==
false) {
71 $this->exe = $this->symlinkPath .
'/' . $this->bearsamppConfRaw[self::LOCAL_CFG_EXE];
72 $this->consoleExe = $this->symlinkPath .
'/' . $this->bearsamppConfRaw[self::LOCAL_CFG_CONSOLE_EXE];
79 if (!is_dir($this->currentPath)) {
82 if (!is_dir($this->symlinkPath)) {
86 if (!is_file($this->bearsamppConf)) {
89 if (!is_file($this->exe)) {
92 if (!is_file($this->consoleExe)) {