/** * Return the full browser agent string. * * @return string The browser agent string * * @since 1.7.0 */ public function getAgentString() { return $this->agent; }