Home
last modified time | relevance | path

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

/plugin/database2/
H A Ddatabase2.php707 if ( !$this->isAuthorizedMulti( $rowACL, $this->options, 'may'.$action ) )
734 if ( !$this->isAuthorizedMulti( $rowACL, $this->options, 'mayinspect' ) )
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 ) )
4639 if ( !$this->isAuthorizedMulti( $rowACL, $this->options, 'may' . $authorization ) )
5820 $mayView = $this->isAuthorizedMulti( $rowACL, $def['options'], 'mayview', null, true );
5823 if ( !$this->isAuthorizedMulti( $rowACL, $def['options'], 'mayedit' ) )
6011 if ( !$this->isAuthorizedMulti( $rowACL, $def['options'], 'mayview', null, true ) )
[all …]