Neos\Fusion\TypoScriptObjects\TagImplementation::getOmitClosingTag PHP Метод

getOmitClosingTag() публичный Метод

Whether to leave out the closing tag (defaults to FALSE)
public getOmitClosingTag ( ) : boolean
Результат boolean
    public function getOmitClosingTag()
    {
        return $this->tsValue('omitClosingTag');
    }