Searched refs:_is_mobile (Results 1 – 2 of 2) sorted by relevance
142 private $_is_mobile = false; variable in Browser227 $this->_is_mobile = false;288 public function isMobile() { return $this->_is_mobile; }303 protected function setMobile($value=true) { $this->_is_mobile = $value; }
47 private $_is_mobile = false; variable in dokuwiki\\plugin\\sentry\\Browser170 $this->_is_mobile = false;274 return $this->_is_mobile;319 $this->_is_mobile = $value;