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') |
$abook = new ilAddressbook($_SESSION["AccountId"]) |
Definition at line 65 of file mail_addressbook.php.
$entries = $abook->getEntries() |
Definition at line 265 of file mail_addressbook.php.
Referenced by ilUserFilter::__toArray(), ilObjMediaObjectGUI::editFilesObject(), ilAddressbook::getEntries(), ilHistoryGUI::getHistoryTable(), ilLMMenuEditor::getMenuEntries(), ilHistoryGUI::getVersionsTable(), ilFileSystemGUI::listFiles(), ilObjContentObjectGUI::properties(), ilAddressbook::searchUsers(), and ilObjContentObjectGUI::setilLMMenu().
$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.