Crummy\Phlack\Builder\AttachmentBuilder::end PHP 메소드

end() 공개 메소드

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