Home
last modified time | relevance | path

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

/plugin/authorlist/
H A Dhelper.php118 if($fullname == '') $fullname = $this-> getFullname($loginname);
295 public function getFullname($loginname){ function in helper_plugin_authorlist
/plugin/owncloud/
H A Dhelper.php236 $author=$authorlist->renderOneAuthor($author,$authorlist->getFullname($author));
315 …else $author = ($authorlist)?$authorlist->renderOneAuthor($line[4],$authorlist->getFullname($line[…