Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.10.0-b1
-
Component/s: None
-
Labels:None
-
Epic Link:
Description
Different filters should be allowed to be set for the client and admin interface. It may be necessary to add an extra parameter to the getFilters() method of the "FiltersInterface" interface to know if the method has been invoked from the admin or client interface.
<?php namespace Blesta\Core\Util\Filters\Common; interface FiltersInterface { public function getFilters(array $options, array $vars = [], $client = false);