57 if ($this->bearsamppConfRaw !==
false) {
61 $this->rows = intval($this->bearsamppConfRaw[self::LOCAL_CFG_ROWS]);
62 $this->cols = intval($this->bearsamppConfRaw[self::LOCAL_CFG_COLS]);
69 if (!is_dir($this->currentPath)) {
72 if (!is_dir($this->symlinkPath)) {
76 if (!is_file($this->bearsamppConf)) {
79 if (!is_file($this->exe)) {
82 if (!is_file($this->launchExe)) {
85 if (!is_file($this->conf)) {
88 if (!is_numeric($this->rows) || $this->rows <= 0) {
91 if (!is_numeric($this->cols) || $this->cols <= 0) {