Eloquent\Phony\Event\EventOrderVerifier::inOrder PHP Method

inOrder() public method

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