Namespaces | Variables

mail_addressbook.php File Reference

Go to the source code of this file.

Namespaces

namespace  ilias
 

Class ilObjQuestionPool.


Variables

 $umail = new ilFormatMail($_SESSION["AccountId"])
 $abook = new ilAddressbook($_SESSION["AccountId"])
 $entries = $abook->getEntries()
 $entries_count = count($entries)
 $entries_max_hits = $ilUser->getPref('hits_per_page')

Variable Documentation

$abook = new ilAddressbook($_SESSION["AccountId"])

Definition at line 65 of file mail_addressbook.php.

$entries = $abook->getEntries()
$entries_count = count($entries)

Definition at line 266 of file mail_addressbook.php.

$entries_max_hits = $ilUser->getPref('hits_per_page')

Definition at line 269 of file mail_addressbook.php.

$umail = new ilFormatMail($_SESSION["AccountId"])

Definition at line 42 of file mail_addressbook.php.