Searched refs:checkAccess (Results 1 – 6 of 6) sorted by relevance
| /plugin/structpublish/action/ |
| H A D | banner.php | 79 $this->dbHelper->checkAccess($ID) 164 $this->dbHelper->checkAccess($ID, [Constants::ACTION_APPROVE]) 172 if ($this->dbHelper->checkAccess($ID, [Constants::ACTION_PUBLISH])) {
|
| /plugin/do/ |
| 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/ |
| 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 | 36 if (!$this->dbHelper->checkAccess($ID, [$action])) {
|
| H A D | db.php | 86 public function checkAccess($pid, $roles = []) function in helper_plugin_structpublish_db
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | CloudSearch.php | 110 'checkAccess' => [ 111 'path' => 'v1/debug/{+name}:checkAccess',
|