Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Platform Names

Variable: $cfg['userAgent']['platformNames']

Effected class: userAgent

Config type: userAgent

Type of data: array

Platform: 2v

How to call: self::$cfg['userAgent']['platformNames']

(only from effected classes)

Description:
Will be used under the parsePlatformPlusVer function. The array will include "key" as the string we want to search in the user agent and the "value" will be the string we want to show if found.
Available options:
Array("stringToSearch"=>"stringToShowIfFound").
example: 1
The default set of "platformNames".
How to set (example):
Code:
Info Panel
Roll it!   ⇔