Storm\Drivers\Base\Relational\PrimaryKeys\IKeyGeneratorSet::Increment PHP 메소드

Increment() 공개 메소드

public Increment ( ) : Storm\Drivers\Base\Relational\PrimaryKeys\IKeyGenerator
리턴 Storm\Drivers\Base\Relational\PrimaryKeys\IKeyGenerator
    public function Increment();

Usage Example

예제 #1
0
 protected function KeyGenerator(IKeyGeneratorSet $KeyGenerator)
 {
     return $KeyGenerator->Increment();
 }