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

anyOrder() public static method

Throws an exception unless at least one event is supplied.
public static anyOrder ( ) : Eloquent\Phony\Event\EventCollection
return Eloquent\Phony\Event\EventCollection The result.
    public static function anyOrder()
    {
        return static::driver()->eventOrderVerifier->anyOrderSequence(func_get_args());
    }