Increment() 공개 메소드

public Increment ( ) : Storm\Drivers\Base\Relational\PrimaryKeys\IKeyGenerator
리턴 Storm\Drivers\Base\Relational\PrimaryKeys\IKeyGenerator
예제 #1
0
 protected function KeyGenerator(IKeyGeneratorSet $KeyGenerator)
 {
     return $KeyGenerator->Increment();
 }