SproutCMS

This is the code documentation for the SproutCMS project

class BrowserVersion

Display condition for browser version - 3, 4, 5, etc
Test is integerised, so therefore only checks the major number
Only makes sense when a conditon for the browser itself is also selected

Source code (2 results)

/sprout/Helpers/DisplayConditions/Platform/BrowserVersion.php   Highlighted file source

Line 25: class BrowserVersion extends DisplayConditionInteger

/sprout/sprout_load.php   Highlighted file source

Line 65: Register::displayCondition('Sprout\\Helpers\\DisplayConditions\\Platform\\BrowserVersion', 'Platform', 'Browser version');

A total of 2 lines in 2 files were found