Skip to content

Make ContainerBuilder fluent #98

@drdamour

Description

@drdamour

what are your thoughts on turning ContainerBuilder into a fluent interface so you can do something like

$builder = new ContainerBuilder();
$builder->useReflection(false)
   ->useAnotations(true)
   ->setCache(  ...cache );
$container = $builder->build();

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions