Eloquent\Phony\Facade\AbstractFacade::inOrder PHP Method

inOrder() public static method

Throws an exception unless the supplied events happened in chronological order.
public static inOrder ( ) : Eloquent\Phony\Event\EventCollection
return Eloquent\Phony\Event\EventCollection The result.
    public static function inOrder()
    {
        return static::driver()->eventOrderVerifier->inOrderSequence(func_get_args());
    }