multi type support

This commit is contained in:
Roland Gruber 2016-12-28 19:52:57 +01:00
parent cf872b330c
commit 769aea44ba
1 changed files with 20 additions and 16 deletions

View File

@ -213,6 +213,10 @@ class baseType {
return array();
}
public function supportsMultipleConfigs() {
return false;
}
}
?>