Ouzo\Bootstrap::withInjector PHP Method

withInjector() public method

public withInjector ( Injector $injector )
$injector Ouzo\Injection\Injector
    public function withInjector(Injector $injector)
    {
        $this->injector = $injector;
        return $this;
    }