Searched refs:getSerialAccess (Results 1 – 7 of 7) sorted by relevance
/plugin/struct/_test/ |
H A D | StructTest.php | 106 $access = AccessTable::getSerialAccess($table, $page);
|
H A D | AggregationResults.test.php | 49 $access = AccessTable::getSerialAccess('schema1', "test$i");
|
/plugin/struct/meta/ |
H A D | CSVImporter.php | 223 $access = AccessTable::getSerialAccess($table, $pid);
|
H A D | AccessTable.php | 63 public static function getSerialAccess($tablename, $pid, $rid = 0) function in dokuwiki\\plugin\\struct\\meta\\AccessTable
|
/plugin/struct/action/ |
H A D | aggregationeditor.php | 226 return AccessTable::getSerialAccess($tablename, $this->pid, $this->rid);
|
H A D | inline.php | 223 $this->schemadata = AccessTable::getSerialAccess($table, $pid, $rid);
|
/plugin/structodt/ |
H A D | helper.php | 246 $schemadata = AccessTable::getSerialAccess($table, $pid, $rid);
|