Searched refs:checkAccess (Results 1 – 6 of 6) sorted by relevance
/plugin/structpublish/action/ |
H A D | banner.php | 75 $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 D | helper.php | 98 * @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 D | DebugDatasourcesItems.php | 49 public function checkAccess($name, Principal $postBody, $optParams = []) function in Google\\Service\\CloudSearch\\Resource\\DebugDatasourcesItems
|
/plugin/structpublish/helper/ |
H A D | publish.php | 35 if (!$this->dbHelper->checkAccess($ID, [$action])) {
|
H A D | db.php | 84 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 D | CloudSearch.php | 110 'checkAccess' => [ 111 'path' => 'v1/debug/{+name}:checkAccess',
|