Home
last modified time | relevance | path

Searched refs:TYPES (Results 1 – 8 of 8) sorted by relevance

/template/strap/ComboStrap/
H A DTemplateEngine.php209 $knownType = BreadcrumbTag::TYPES;
221 $knownType = PageImageTag::TYPES;
H A DDataType.php58 public const TYPES = [ define in ComboStrap\\DataType
H A DButtonTag.php22 public const TYPES = [ define in ComboStrap\\ButtonTag
H A DBreadcrumbTag.php31 const TYPES = [self::TYPOGRAPHY_TYPE, self::NAVIGATION_TYPE]; define in ComboStrap\\BreadcrumbTag
H A DPageImageTag.php34 public const TYPES = [ define in ComboStrap\\PageImageTag
H A DXmlTagProcessing.php316 $knownTypes = ButtonTag::TYPES;
727 $knownTypes = PageImageTag::TYPES;
750 $knownTypes = BreadcrumbTag::TYPES;
/template/strap/syntax/
H A Dtoggle.php108 $knownTypes = ButtonTag::TYPES;
/template/strap/ComboStrap/Meta/Form/
H A DFormMetaField.php113 if (!in_array($type, DataType::TYPES)) {