Home
last modified time | relevance | path

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

/dokuwiki/inc/Action/
H A DRecent.php17 protected $showType = 'both'; variable in dokuwiki\\Action\\Recent
32 $this->showType = $show_changes;
34 $this->showType = get_doku_pref('show_changes', 'both');
42 (new Ui\Recent($INPUT->extract('first')->int('first'), $this->showType))->show();