Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DLinkMarkup.php321 $outputAttributes->removeOutputAttributeIfPresent(PageProtection::DATA_PP_LINK);
322 $outputAttributes->removeOutputAttributeIfPresent(PageProtection::DATA_PP_SOURCE);
391 $outputAttributes->removeOutputAttributeIfPresent("href");
H A DSnippet.php1128 $tagAttributes->removeOutputAttributeIfPresent("rel");
1130 $tagAttributes->removeOutputAttributeIfPresent("as");
H A DTagAttributes.php1178 $this->removeOutputAttributeIfPresent($string);
1183 public function removeOutputAttributeIfPresent($string) function in ComboStrap\\TagAttributes