StormExamples\One\Relational\Tables\Blogs::KeyGenerator PHP Метод

KeyGenerator() защищенный Метод

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