Class ClientFilters
	
	
		- 
Blesta\Core\Util\Filters\ClientFilters			
			 implements 
				Blesta\Core\Util\Filters\Common\FiltersInterface
			
			
		
	Methods summary
	
		| 
			 public 
			Blesta\Core\Util\Input\Fields\InputFields | 
		#
		getFilters( array $options, array $vars = [] )
			Gets a list of input fields for filtering clients 
			Gets a list of input fields for filtering clients Parameters
					$optionsA list of options for building the filters including:
 - language The language for filter labels and tooltips
 - company_id The company ID to filter client groups on$varsA list of submitted inputs that act as defaults for filter fields including:
 - contact_name The (partial) name of the contact for which to fetch clients
 - contact_email The (partial) email address of the contact for which to fetch clients
 - contact_company The (partial) company name of the contact for which to fetch clients
 - contact_country The contact country on which to filter clients
 - client_group_id The client group ID on which to filter clients
 - invoice_method The invoice delivery method on which to filter clients
 - last_seen_start_date The start date of the "last seen" date range on which to filter clients
 - last_seen_end_date The end date of the "last seen" date range on which to filter clientsReturnsImplementation of |