/** * Return the currently matched platform. * * @return string The user's platform. * * @since 1.7.0 */ public function getPlatform() { return $this->platform; }