Ouzo\Injection\InstanceFactory::__construct PHP Метод

__construct() публичный Метод

public __construct ( Bindings $bindings, Ouzo\Injection\Annotation\AnnotationMetadataProvider $provider )
$bindings Bindings
$provider Ouzo\Injection\Annotation\AnnotationMetadataProvider
    public function __construct(Bindings $bindings, AnnotationMetadataProvider $provider)
    {
        $this->bindings = $bindings;
        $this->provider = $provider;
    }