Previous Page
getDataKey()

Solar_Sql_Model_Filter
getFilter()

Next Page
getFilterClass()

getFilter()

public Solar_Filter_Abstract getFilter ( string $method )

Gets the stored filter object by method name.

Inherited from Solar_Filter.

Parameters

  • (string) $method: The method name, e.g. 'sanitizeTrim'.

Returns

  • (Solar_Filter_Abstract) The stored filter object.

Description

Gets the stored filter object by method name.

Creates the filter object if it does not already exist.