MP_Browser::getVersion()
The version of the browser.
Return Return
(string) Version of the browser (will only contain alpha-numeric characters and a period)
Source Source
File: mortgage-platform/Inc/MP_Browser.php
public function getVersion() {
return $this->_version;
}