BBCode::removeAttachment PHP 메소드

removeAttachment() 공개 메소드

Custom handler for the attachment tag.
public removeAttachment ( ) : string
리턴 string
    public function removeAttachment()
    {
        // We dont need this since we show attachments.
        return '<!-- phpBB Attachments -->';
    }