Crummy\Phlack\Phlack::getAttachmentBuilder PHP Method

getAttachmentBuilder() public method

public getAttachmentBuilder ( ) : AttachmentBuilder
return Crummy\Phlack\Builder\AttachmentBuilder
    public function getAttachmentBuilder()
    {
        if (!isset($this['builders']['attachment'])) {
            $this->setPath('builders/attachment', new Builder\AttachmentBuilder());
        }
        return $this['builders']['attachment'];
    }