Home
last modified time | relevance | path

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

/plugin/struct/_test/types/
H A DAbstractBaseTest.php5 use dokuwiki\plugin\struct\test\mock\BaseType; alias
35 $type = new BaseType(null, 'A Label');
60 $type = new BaseType($this->preset, 'A Label');
86 $type = new BaseType(null, 'A Label');
127 $type = new BaseType($this->preset, 'A Label');
/plugin/struct/_test/mock/
H A DBaseType.php7 class BaseType extends AbstractBaseType class