whereAfterToday abstract method

QueryBuilderInterface<T> whereAfterToday(
  1. String column
)

WHERE column date is after today

Implementation

QueryBuilderInterface<T> whereAfterToday(String column);