Forum\Model\CategoriesModel::configureFilters PHP Method

configureFilters() protected method

Example: php $filterHelper->setHandler( 'category.date', function($query, $field, $value) { $query->where($field . ' >= ' . $value); } );
protected configureFilters ( Phoenix\Model\Filter\FilterHelperInterface $filterHelper ) : void
$filterHelper Phoenix\Model\Filter\FilterHelperInterface The filter helper object.
return void
    protected function configureFilters(FilterHelperInterface $filterHelper)
    {
        // Configure filters
    }