Home
last modified time | relevance | path

Searched refs:getDisplay (Results 1 – 9 of 9) sorted by relevance

/template/strap/ComboStrap/
H A DHrTag.php24 public static function getDisplay(): string function in ComboStrap\\HrTag
H A DGridTag.php437 if ($childOpeningTag->getDisplay() === Call::BlOCK_DISPLAY) {
H A DPluginUtility.php882 $context = $sibling->getDisplay();
H A DCall.php502 function getDisplay(): ?string function in ComboStrap\\Call
H A DCallStack.php704 if ($nextCall->getTagName() != "eol" && $nextCall->getDisplay() != "block") {
H A DOutline.php348 $display = $actualCall->getDisplay();
H A DXmlTagProcessing.php793 $returnedArray = [PluginUtility::DISPLAY => HrTag::getDisplay()];
/template/strap/syntax/
H A Dpara.php281 if ($actualCall->getDisplay() == Call::BlOCK_DISPLAY) {
323 $nextDisplay = $nextCall->getDisplay();
/template/strap/ComboStrap/Tag/
H A DBoxTag.php83 if ($actual->getDisplay() == Call::INLINE_DISPLAY) {