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

__construct() public method

Constructor.
public __construct ( MessageBuilder $parent = null )
$parent MessageBuilder
    public function __construct(MessageBuilder $parent = null)
    {
        $this->parent = $parent;
        $this->fields = new FieldCollection();
    }