◆ __construct()
ilContactGUI::__construct |
( |
| ) |
|
Definition at line 30 of file class.ilContactGUI.php.
31 {
33
37 $this->tabs_gui = $ilTabs;
38
39 $this->ctrl->saveParameter($this, "mobj_id");
40
42 $this->lng->loadLanguageModule('buddysystem');
43 }
References $ilCtrl, $ilUser, $lng, and $tpl.
◆ activateTab()
ilContactGUI::activateTab |
( |
|
$a_id | ) |
|
Definition at line 209 of file class.ilContactGUI.php.
210 {
211 if($this->has_sub_tabs)
212 {
213 $this->tabs_gui->activateSubTab($a_id);
214 }
215 else
216 {
217 $this->tabs_gui->activateTab($a_id);
218 }
219 }
◆ $ctrl
ilContactGUI::$ctrl = null |
◆ $lng
ilContactGUI::$lng = null |
|
private |
◆ $tabs_gui
ilContactGUI::$tabs_gui = null |
|
private |
◆ $tpl
ilContactGUI::$tpl = null |
|
private |
◆ $umail
◆ CONTACTS_VIEW_GALLERY
const ilContactGUI::CONTACTS_VIEW_GALLERY = 1 |
◆ CONTACTS_VIEW_TABLE
const ilContactGUI::CONTACTS_VIEW_TABLE = 2 |
The documentation for this class was generated from the following file: