Lines Matching +full:lookup +full:schema +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang)
4 use dokuwiki\plugin\struct\meta\Schema;
8 use dokuwiki\plugin\struct\types\Lookup;
155 * Special handling for Page and Lookup literal form values.
181 // no way to pass $israw parameter to constructor, so re-set the Lookup value
182 if ($this->column->getType() instanceof Lookup) {
219 * Tries to find the correct column and schema
229 throw new StructException('Field \'%s\' not given in schema.field form', $colname);
231 $schema = new Schema($table);
232 return $schema->findColumn($label);