Home
last modified time | relevance | path

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

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