/** * The individual segments that could exist in a User-Agent string. VER refers to the regular * expression defined in the constant self::VER.* * @var array */ protected static $properties = array( // Build 'Mobile' => 'Mobile/[VER]', ...