Home
last modified time | relevance | path

Searched refs:showBanner (Results 1 – 3 of 3) sorted by path

/dokuwiki/inc/Action/
H A DDenied.php27 $this->showBanner();
47 public function showBanner()
46 public function showBanner() global() function in dokuwiki\\Action\\Denied
H A DLocked.php25 $this->showBanner();
36 public function showBanner() function in dokuwiki\\Action\\Locked
/dokuwiki/inc/
H A Dhtml.php79 dbg_deprecated(Denied::class . '::showBanner()');
80 (new Denied())->showBanner();
325 dbg_deprecated(Locked::class . '::showBanner()');
326 (new Locked())->showBanner();