Home
last modified time | relevance | path

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

/plugin/struct/meta/
H A DSchemaEditor.php63 $form->addHTML($this->adminColumn($col->getColref(), $col));
67 $form->addHTML($this->adminColumn('new1', new Column($this->schema->getMaxsort() + 10, new Text()), 'new'));
115 protected function adminColumn($column_id, Column $col, $key = 'cols')
113 protected function adminColumn($column_id, Column $col, $key = 'cols') global() function in dokuwiki\\plugin\\struct\\meta\\SchemaEditor