Home
last modified time | relevance | path

Searched refs:getSchema (Results 26 – 38 of 38) sorted by path

12

/plugin/struct/action/
H A Dinline.php87 if (!$this->schemadata->getSchema()->isEditable()) return;
132 if (!in_array($this->schemadata->getSchema()->getTable(), $tables)) {
136 if (!$this->schemadata->getSchema()->isEditable()) {
168 $this->schemadata->getSchema()->getTable()
234 $this->column = $this->schemadata->getSchema()->findColumn($field);
/plugin/struct/admin/
H A Dassignments.php144 $schemas = helper_plugin_struct::getSchema();
H A Dschemas.php322 $schemas = helper_plugin_struct::getSchema();
/plugin/struct/
H A Dhelper.php116 $assignments->assignPageSchema($page, $v->getAccessTable()->getSchema()->getTable());
128 if (!$access->getSchema()->isEditable()) {
167 public static function getSchema($schema = null)
166 public static function getSchema($schema = null) global() function in helper_plugin_struct
H A Dremote.php103 public function getSchema($schema = null)
111 $schemas = $this->hlp::getSchema($schema ?: null);
100 public function getSchema($schema = null) global() function in remote_plugin_struct
/plugin/struct/helper/
H A Dlookup.php41 if (!$access->getSchema()->isEditable()) {
/plugin/struct/meta/
H A DAccessDataValidator.php72 foreach ($this->access->getSchema()->getColumns() as $col) {
H A DAccessTable.php148 public function getSchema() function in dokuwiki\\plugin\\struct\\meta\\AccessTable
/plugin/struct/syntax/
H A Doutput.php171 $renderer->doc .= '<div class="struct_output_' . $schemadata->getSchema()->getTable() . '">';
178 $renderer->cdata($schemadata->getSchema()->getTranslatedLabel());
/plugin/structstatus/
H A Dsyntax.php96 $schema = $access->getSchema();
/plugin/structtasks/meta/
H A DUtilities.php44 $schemas_found = $this->struct->getSchema($schema);
/plugin/structupdate/helper/
H A Dupdate.php72 if(!$schema->getSchema()->isEditable()) {
/plugin/swarmwebhook/
H A Dhelper.php50 if (!$access->getSchema()->isEditable()) {
86 if (!$schemadata->getSchema()->isEditable()) {

12