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');
    }