You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm assuming this is a proposal? An explanation to go along with the comment is always good so I don't have to go attempting to decipher your intent. :)
Actually - the intent was to add a _toString so that you could echo it out, and it looks like I forgot that. That would be the solution I'd accept.
Hi guys,
public function getUserAgent($onlyObject = false) { return ($onlyObject === true) ? $this->userAgent : $this->userAgent->getAgentString(); }
The text was updated successfully, but these errors were encountered: