StormExamples\One\Relational\Tables\Authors::KeyGenerator PHP Method

KeyGenerator() protected method

protected KeyGenerator ( Storm\Drivers\Base\Relational\PrimaryKeys\IKeyGeneratorSet $KeyGenerator )
$KeyGenerator Storm\Drivers\Base\Relational\PrimaryKeys\IKeyGeneratorSet
    protected function KeyGenerator(IKeyGeneratorSet $KeyGenerator)
    {
        return $KeyGenerator->Increment();
    }