Home
last modified time | relevance | path

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

/plugin/strata/helper/
Dutil.php61 list($default,) = $this->getDefaultType();
118 function getDefaultType() { function in helper_plugin_strata_util
Dsyntax.php561 list($type, $hint) = $this->util->getDefaultType();
624 list($type, $hint) = $this->util->getDefaultType();
661 list($type, $hint) = $this->util->getDefaultType();
/plugin/strata/syntax/
Dselect.php138 list($type, $hint) = $this->util->getDefaultType();
Dentry.php127 list($type, $hint) = $this->util->getDefaultType();
/plugin/combo/ComboStrap/
H A DMarkupPath.php1276 function getDefaultType(): string function in ComboStrap\\MarkupPath