Forum\Model\TopicsModel::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
    }