Searched refs:makeLink (Results 1 – 2 of 2) sorted by relevance
| /plugin/lms/syntax/ |
| D | lms.php | 89 protected function makeLink($id, $cmd) function in syntax_plugin_lms_lms 124 return $this->makeLink($INFO['id'], 'unseen'); 126 return $this->makeLink($INFO['id'], 'seen'); 139 return $this->makeLink($next, 'next'); 152 return $this->makeLink($prev, 'prev');
|
| /plugin/structpublish/action/ |
| H A D | banner.php | 111 '{revision}' => $this->makeLink($rev->getId(), $rev->getRev(), dformat($rev->getRev())), 112 … '{datetime}' => $this->makeLink($rev->getId(), $rev->getRev(), dformat($rev->getTimestamp())), 140 protected function makeLink($id, $rev, $text) function in action_plugin_structpublish_banner
|