Home
last modified time | relevance | path

Searched refs:TITLE_ATTRIBUTE (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/syntax/
H A Dmetadata.php24 public const TITLE_ATTRIBUTE = "title"; define in syntax_plugin_combo_metadata
50 if (array_key_exists(self::TITLE_ATTRIBUTE, $attributes)) {
51 $content .= '<h2 class="alert-heading" ">' . $attributes[self::TITLE_ATTRIBUTE] . '</h2>';
H A Dlink.php95 const TITLE_ATTRIBUTE = "title"; define in syntax_plugin_combo_link
/plugin/combo/ComboStrap/
H A DBrandTag.php204 $title = $brandAttributes->getValueAndRemoveIfPresent(syntax_plugin_combo_link::TITLE_ATTRIBUTE);