/** * sets the value of self::platform * * @param $platform */ public static function setPlatform($platform) { self::$platform = $platform; }