Searched refs:isAuthorizedMulti (Results 1 – 1 of 1) sorted by relevance
| /plugin/database2/ |
| D | database2.php | 707 if ( !$this->isAuthorizedMulti( $rowACL, $this->options, 'may'.$action ) ) 734 if ( !$this->isAuthorizedMulti( $rowACL, $this->options, 'mayinspect' ) ) 1038 …$mayEdit = !$def['options']['mayedit'] || $this->isAuthorizedMulti( $rowACL, $def['options'], 'may… 1043 …$mayView = !$def['options']['mayview'] || $this->isAuthorizedMulti( $rowACL, $def['options'], 'may… 1231 … if ( !$this->isAuthorizedMulti( $rowACL, $this->meta[$name]['options'], 'mayview', null, true ) ) 1879 !$this->isAuthorizedMulti( $rowACL, $this->options, 1884 if ( $this->isAuthorizedMulti( $rowACL, $this->options, 2454 protected function isAuthorizedMulti( &$rowACL, $tableACL, $ruleName, function in Database2 2593 if ( $this->isAuthorizedMulti( $rowACL, $this->options, 'may' . $name ) ) 4581 if ( !$this->isAuthorizedMulti( $rowACL, $this->options, 'maydownload', 'mayview', true ) ) [all …]
|