Home
last modified time | relevance | path

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

/plugin/structpublish/action/
H A Dbanner.php75 $this->dbHelper->checkAccess($ID)
160 $this->dbHelper->checkAccess($ID, [Constants::ACTION_APPROVE])
168 if ($this->dbHelper->checkAccess($ID, [Constants::ACTION_PUBLISH])) {
/plugin/do/
H A Dhelper.php98 … * @param bool $checkAccess yes: check if item is hidden or blocked by ACL, false: skip this check
102 public function loadTasks($args = null, $checkAccess = true) argument
200 if ($checkAccess) {
444 $tasks = $this->loadTasks(array('id' => $id), $checkAccess = false);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/
H A DDebugDatasourcesItems.php49 public function checkAccess($name, Principal $postBody, $optParams = []) function in Google\\Service\\CloudSearch\\Resource\\DebugDatasourcesItems
/plugin/structpublish/helper/
H A Dpublish.php35 if (!$this->dbHelper->checkAccess($ID, [$action])) {
H A Ddb.php84 public function checkAccess($pid, $roles = [])
50 public function checkAccess($pid, $roles = []) global() function in helper_plugin_structpublish_db
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudSearch.php110 'checkAccess' => [
111 'path' => 'v1/debug/{+name}:checkAccess',