Eloquent\Phony\Event\EventOrderVerifier::anyOrder PHP Метод

anyOrder() публичный Метод

Throws an exception unless at least one event is supplied.
public anyOrder ( ) : EventCollection
Результат EventCollection The result.
    public function anyOrder()
    {
        return $this->anyOrderSequence(func_get_args());
    }