Home
last modified time | relevance | path

Searched refs:AdTag (Results 1 – 6 of 6) sorted by relevance

/plugin/combo/ComboStrap/
H A DOutlineVisitor.php7 use ComboStrap\Tag\AdTag; alias
38 … ->getBooleanValue(AdTag::CONF_IN_ARTICLE_ENABLED, AdTag::CONF_IN_ARTICLE_ENABLED_DEFAULT);
309 if (AdTag::showAds(
324 AdTag::MARKUP,
326 array(AdTag::NAME_ATTRIBUTE => AdTag::PREFIX_IN_ARTICLE_ADS . $this->adsCounter),
H A DXmlTagProcessing.php6 use ComboStrap\Tag\AdTag; alias
868 case AdTag::MARKUP:
869 $renderer->doc .= AdTag::render($tagAttributes);
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php36 class AdTag class
141 $attributes->setId(AdTag::getTagId($name));
143 $adsPageId = AdTag::getAdPage($name);
146 if (AdTag::showPlaceHolder()) {
/plugin/combo/conf/
H A Dmetadata.php9 use ComboStrap\Tag\AdTag; alias
116 $meta[AdTag::CONF_IN_ARTICLE_ENABLED] = array('onoff');
117 $meta[AdTag::CONF_IN_ARTICLE_PLACEHOLDER] = array('onoff');
/plugin/combo/lang/en/
H A Dsettings.php6 use ComboStrap\Tag\AdTag; alias
107 $lang[AdTag::CONF_IN_ARTICLE_PLACEHOLDER] = PluginUtility::getDocumentationHyperLink("automatic:in-…
329 $lang[AdTag::CONF_IN_ARTICLE_ENABLED] = PluginUtility::getDocumentationHyperLink(AdTag::CANONICAL,"…
/plugin/combo/renderer/
H A Drenderer.php3 use ComboStrap\Tag\AdTag; alias