Searched refs:_aol_version (Results 1 – 2 of 2) sorted by relevance
144 private $_aol_version = ''; variable in Browser229 $this->_aol_version = self::VERSION_UNKNOWN;273 public function getAolVersion() { return $this->_aol_version; }278 …public function setAolVersion($version) { $this->_aol_version = preg_replace('/[^0-9,.,a-z,A-Z]/',…
51 private $_aol_version = ''; variable in dokuwiki\\plugin\\sentry\\Browser174 $this->_aol_version = self::VERSION_UNKNOWN;247 return $this->_aol_version;256 $this->_aol_version = preg_replace('/[^0-9,.,a-z,A-Z]/', '', $version);