Eloquent\Phony\Event\EventOrderVerifier::inOrder PHP Méthode

inOrder() public méthode

Throws an exception unless the supplied events happened in chronological order.
public inOrder ( ) : EventCollection
Résultat EventCollection The result.
    public function inOrder()
    {
        return $this->inOrderSequence(func_get_args());
    }