Searched refs:_is_robot (Results 1 – 2 of 2) sorted by relevance
143 private $_is_robot = false; variable in Browser228 $this->_is_robot = false;293 public function isRobot() { return $this->_is_robot; }308 protected function setRobot($value=true) { $this->_is_robot = $value; }
49 private $_is_robot = false; variable in dokuwiki\\plugin\\sentry\\Browser172 $this->_is_robot = false;292 return $this->_is_robot;337 $this->_is_robot = $value;