Eloquent\Phony\Facade\AbstractFacade::checkInOrder PHP Метод

checkInOrder() публичный статический Метод

Checks if the supplied events happened in chronological order.
public static checkInOrder ( ) : Eloquent\Phony\Event\EventCollection | null
Результат Eloquent\Phony\Event\EventCollection | null The result.
    public static function checkInOrder()
    {
        return static::driver()->eventOrderVerifier->checkInOrderSequence(func_get_args());
    }