Crummy\Phlack\Builder\AttachmentBuilder::end PHP Method

end() public method

public end ( ) : MessageBuilder
return MessageBuilder
    public function end()
    {
        if ($this->parent) {
            $this->parent->addAttachment($this->create());
            return $this->parent;
        }
        return $this;
    }