Lines Matching refs:CardTag
54 case CardTag::LOGICAL_TAG:
55 CardTag::handleExitXhtml($data, $renderer);
194 case CardTag::LOGICAL_TAG:
195 $renderer->doc .= CardTag::renderEnterXhtml($tagAttributes, $renderer, $data);
322 case CardTag::CARD_TAG:
323 case CardTag::TEASER_TAG:
324 $logicalTag = CardTag::LOGICAL_TAG;
452 case CardTag::CARD_TAG:
453 $returnedArray = CardTag::handleEnter($tagAttributes, $handler);
583 case CardTag::CARD_TAG:
584 case CardTag::TEASER_TAG:
585 $logicalTag = CardTag::LOGICAL_TAG;
586 $returnedArray = CardTag::handleExit($handler, $pos, $match);