whereBeforeToday abstract method

QueryBuilderInterface<T> whereBeforeToday(
  1. String column
)

WHERE column date is before today

Implementation

QueryBuilderInterface<T> whereBeforeToday(String column);