Searched refs:rowACL (Results 1 – 1 of 1) sorted by relevance
| /plugin/database2/ |
| D | database2.php | 694 $rowACL = $this->getRowACL( $rowid ); 696 $rowid = $rowACL = null; 707 if ( !$this->isAuthorizedMulti( $rowACL, $this->options, 'may'.$action ) ) 734 if ( !$this->isAuthorizedMulti( $rowACL, $this->options, 'mayinspect' ) ) 758 $rowACL ); 950 $rowACL = null ) argument 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 ) ) 1292 $elements[] = $this->renderField( true, null, null, array(), null, $readOnly, $rowACL ); [all …]
|