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