Crummy\Phlack\Builder\MessageBuilder::refresh PHP Method

refresh() protected method

Reset data to an empty message.
protected refresh ( )
    protected function refresh()
    {
        $this->data = [];
        $this->attachments->clear();
    }