FOF30\Model\DataModel\Filter\AbstractFilter::modulo PHP Метод

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

Perform an modulo search
abstract public modulo ( integer | float $from, integer | float $interval, boolean $include = true ) : string
$from integer | float The starting value of the search space
$interval integer | float The interval period of the search space
$include boolean Should I include the boundaries in the search?
Результат string The SQL where clause
    public abstract function modulo($from, $interval, $include = true);