Home
last modified time | relevance | path

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

/plugin/approve/helper/
H A Dacl.php17 public function clientCanApprove($id): bool function in helper_plugin_approve_acl
72 if ($this->clientCanApprove($id)) return true;
H A Dtpl.php116 if ($acl->clientCanApprove($INFO['id'])) {
/plugin/approve/
H A Dremote.php86 if (!$acl->clientCanApprove($page)) {
/plugin/approve/action/
H A Dapprove.php74 if (!$acl->clientCanApprove($INFO['id'])) return;