Autarky\Http\SessionHandlerFactory::defineFactory PHP Méthode

defineFactory() public méthode

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