Method |
Description |
|
containsFilterSelectOptions ( ) : array |
Returns contains/doesn't contain options for the Form::select helper. |
|
customFieldFiltersFor ( Project $project ) : array |
Returns an array of custom field ticket filters for the specified project. |
|
filters ( ) : array |
Returns an array of available ticket filters. |
|
filtersFor ( Project $project ) : array |
Returns an array of all ticket filters, including custom fields
for the project. |
|
isIsNotSelectOptions ( ) : array |
Returns is/is not options for the Form::select helper. |
|
selectOptions ( Project $project = null ) : array |
Returns an array of available ticket filters formatted for Form::select(). |
|
selectOptionsFor ( string $filter, Project $project ) : array |
Returns options for the specific ticket filter. |
|