Documentation

Deprecated

Table of Contents

core/classes/Core/Alert.php
core/classes/Core/Configuration.php
core/classes/Core/Util.php
core/classes/Group_Sync/GroupSyncManager.php
core/classes/Templates/FakeSmarty.php
core/classes/Widgets/AbstractWidget.php

Alert.php

Line Element Reason
24 Alert::create()

Use Alert::send instead

Configuration.php

Line Element Reason
11 Configuration

Use Util::getSetting and Util::setSetting with $module parameter instead. Will be removed in 2.2.0

Util.php

Line Element Reason
190 Util::getSetting()

Use Settings::get() instead. Will be removed in 2.2.0

204 Util::setSetting()

Use Settings::set() instead. Will be removed in 2.2.0

GroupSyncManager.php

Line Element Reason
162 GroupSyncManager::broadcastChange()

broadcastGroupChange should be used instead. This function has issues, such as that on the first sync it will replace groups on one side with groups from the other side, depending on which side happens to sync first. On the first sync, the desired behaviour is for the new roles on both sides to become the union of roles on both sides.

FakeSmarty.php

Line Element Reason
11 FakeSmarty

AbstractWidget.php

Line Element Reason
88 AbstractWidget::getSmarty()
16 AbstractWidget::$_smarty

Search results