Home
last modified time | relevance | path

Searched refs:getActionName (Results 1 – 2 of 2) sorted by path

/dokuwiki/inc/Action/
H A DAbstractAction.php23 * @param string $actionname the name of this action (see getActionName() for caveats)
89 public function getActionName()
85 public function getActionName() { global() function in dokuwiki\\Action\\AbstractAction
/dokuwiki/inc/
H A DActionRouter.php50 $ACT = $this->action->getActionName();
209 if (in_array($action->getActionName(), $this->disabled)) {