Home
last modified time | relevance | path

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

/plugin/authorlist/
H A Dhelper.php158 $this->output .= $this->renderOneAuthor($loginname, $fullname);
186 public function renderOneAuthor($loginname, $fullname=''){ 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[…