Eloquent\Phony\Sequencer\Sequencer::next PHP Méthode

next() public méthode

Increment and return the sequence number.
public next ( ) : integer
Résultat integer The sequence number.
    public function next()
    {
        return ++$this->current;
    }