FluidTYPO3\Vhs\ViewHelpers\Once\AbstractOnceViewHelper::renderThenChild PHP Méthode

renderThenChild() protected méthode

Returns value of "then" attribute. If then attribute is not set, iterates through child nodes and renders ThenViewHelper. If then attribute is not set and no ThenViewHelper and no ElseViewHelper is found, all child nodes are rendered
protected renderThenChild ( ) : string
Résultat string rendered ThenViewHelper or contents of if no ThenViewHelper was found
    protected function renderThenChild()
    {
        $GLOBALS['TSFE']->no_cache = 1;
        return parent::renderThenChild();
    }