Phactory\Sql\Sequence::next PHP Méthode

next() public méthode

public next ( )
    public function next()
    {
        return $this->_value++;
    }