BBCode::removeAttachment PHP Méthode

removeAttachment() public méthode

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