Forum\Model\CategoriesModel::configureFilters PHP Метод

configureFilters() защищенный Метод

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.
Результат void
    protected function configureFilters(FilterHelperInterface $filterHelper)
    {
        // Configure filters
    }