Assigns the following variables:
- **statisticsNotRecorded** - Set to true if the [Tracker] record_statistics INI
config is 0. If not 0, this variable will not be defined.
- **topMenu** - The result of MenuTop::getInstance()->getMenu().
- **enableFrames** - The value of the [General] enable_framed_pages INI config option. If
true, {@link Piwik\View::setXFrameOptions()} is called on the view.
- **isSuperUser** - Whether the current user is a superuser or not.
- **usingOldGeoIPPlugin** - Whether this Piwik install is currently using the old GeoIP
plugin or not.
- **invalidPluginsWarning** - Set if some of the plugins to load (determined by INI configuration)
are invalid or missing.
- **phpVersion** - The current PHP version.
- **phpIsNewEnough** - Whether the current PHP version is new enough to run Piwik.
- **adminMenu** - The result of MenuAdmin::getInstance()->getMenu().
public static setBasicVariablesAdminView ( |
||
$view |