Neos\Fusion\TypoScriptObjects\TagImplementation::getOmitClosingTag PHP Method

getOmitClosingTag() public method

Whether to leave out the closing tag (defaults to FALSE)
public getOmitClosingTag ( ) : boolean
return boolean
    public function getOmitClosingTag()
    {
        return $this->tsValue('omitClosingTag');
    }