Autarky\Http\SessionHandlerFactory::defineFactory PHP Method

defineFactory() public method

Define a handler factory.
public defineFactory ( string $ident, callable $factory ) : void
$ident string
$factory callable
return void
    public function defineFactory($ident, callable $factory)
    {
        $this->factories[$ident] = $factory;
    }