Storm\Drivers\Base\Relational\PrimaryKeys\IKeyGeneratorSet::Increment PHP Method

Increment() public method

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

Usage Example

Esempio n. 1
0
 protected function KeyGenerator(IKeyGeneratorSet $KeyGenerator)
 {
     return $KeyGenerator->Increment();
 }