Bolt\Session\Generator\RandomGenerator::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Generator $generator, integer $length = 32 )
$generator Bolt\Security\Random\Generator
$length integer
    public function __construct(Generator $generator, $length = 32)
    {
        $this->generator = $generator;
        $this->length = $length;
    }