Lines Matching refs:a_set

188     protected function fillRow($a_set)  argument
198 $this->tpl->setVariable("VAL_ID", $a_set["usr_id"]);
203 $link = ilUserUtil::getProfileLink($a_set['usr_id']);
208 ilObjUser::_getPersonalPicturePath($a_set['usr_id'], 'xsmall')
213 ilObjUser::_getPersonalPicturePath($a_set['usr_id'], 'xsmall')
222 … $a_set['gender'] = $a_set['gender'] ? $this->lng->txt('gender_' . $a_set['gender']) : '';
224 $this->tpl->setVariable('VAL_CUST', $a_set[$field]);
229 …$a_set['birthday'] = $a_set['birthday'] ? ilDatePresentation::formatDate(new ilDate($a_set['birthd…
231 $this->tpl->setVariable('VAL_CUST', $a_set[$field]);
237 $this->tpl->setVariable('CUST_CLASS', ' ' . $a_set['access_class']);
238 $this->tpl->setVariable('VAL_CUST', $a_set[$field]);
243 …$a_set['last_login'] = $a_set['last_login'] ? ilDatePresentation::formatDate(new ilDateTime($a_set
245 $this->tpl->setVariable('VAL_CUST', $a_set[$field]);
253 $this->tpl->setVariable('VAL_CUST', implode(', ', (array) $a_set[$field]));
260 …'VAL_CUST', (string) ilOrgUnitPathStorage::getTextRepresentationOfUsersOrgUnits($a_set['usr_id']));
268 $ilCtrl->setParameterByClass("ilobjusergui", "obj_id", $a_set["usr_id"]);
271 $a_set[$field] = "<a href=\"" . $link . "\">" . $a_set[$field] . "</a>";
273 $a_set[$field] = "<a href=\"" . $link . "\">" . $a_set[$field] . "</a>";
280 … $this->tpl->setVariable('VAL_CUST', (string) ($a_set[$field] ? $a_set[$field] : ''));
287 … $this->tpl->setVariable('SEARCH_RELEVANCE', $this->getRelevanceHTML($a_set['relevance']));
288 if (ilBuddySystem::getInstance()->isEnabled() && $a_set['usr_id'] != $ilUser->getId()) {
290 …le('CONTACT_ACTIONS', ilBuddySystemLinkButton::getInstanceByUserId((int) $a_set['usr_id'])->getHtm…