PHPRtfLite_Element_Hyperlink::getClosingToken PHP Method

getClosingToken() protected method

gets closing token
protected getClosingToken ( ) : string
return string
    protected function getClosingToken()
    {
        return '}}}';
    }