Home
last modified time | relevance | path

Searched refs:tplUserDisplayName (Results 1 – 1 of 1) sorted by relevance

/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php516 $tplUserDisplayName = $this->getConf(self::CONF_DISPLAY_NAME_TPL);
519 if ($tplUserDisplayName) {
520 $userDisplayName = $this->retrieveUserDisplayNameFromTpl($tplUserDisplayName);
537 * @param string $tplUserDisplayName
540 protected function retrieveUserDisplayNameFromTpl($tplUserDisplayName) argument
543 if (preg_match_all('/({([^{}]+)})/', $tplUserDisplayName, $matches)) {
546 $userName = $tplUserDisplayName;