Method | Description | |
---|---|---|
getDescription ( ) : string | Description of the filter. | |
getFilterId ( ) : string | Filter Identifier. | |
getFilterType ( ) : string | Type of filter. | |
getName ( ) : string | Name of the filter | |
setDescription ( string $description ) | Description of the filter. | |
setFilterId ( string $filter_id ) | Filter Identifier. | |
setFilterType ( string $filter_type ) | Type of filter. | |
setName ( string $name ) | Name of the filter |
public getDescription ( ) : string | ||
return | string |
public setDescription ( string $description ) | ||
$description | string |
public setFilterId ( string $filter_id ) | ||
$filter_id | string |
public setFilterType ( string $filter_type ) | ||
$filter_type | string |