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

addAttachment() public method

public addAttachment ( Crummy\Phlack\Message\AttachmentInterface $attachment )
$attachment Crummy\Phlack\Message\AttachmentInterface
    public function addAttachment(AttachmentInterface $attachment)
    {
        $this->attachments->add($attachment);
        return $this;
    }