PHP 클래스 Traq\Helpers\TicketFilters

저자: Jack P.
파일 보기 프로젝트 열기: nirix/traq 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

containsFilterSelectOptions() 공개 정적인 메소드

Returns contains/doesn't contain options for the Form::select helper.
public static containsFilterSelectOptions ( ) : array
리턴 array

customFieldFiltersFor() 공개 정적인 메소드

Returns an array of custom field ticket filters for the specified project.
public static customFieldFiltersFor ( Project $project ) : array
$project Traq\Models\Project
리턴 array

filters() 공개 정적인 메소드

Returns an array of available ticket filters.
저자: Jack P.
public static filters ( ) : array
리턴 array

filtersFor() 공개 정적인 메소드

Returns an array of all ticket filters, including custom fields for the project.
public static filtersFor ( Project $project ) : array
$project Traq\Models\Project
리턴 array

isIsNotSelectOptions() 공개 정적인 메소드

Returns is/is not options for the Form::select helper.
public static isIsNotSelectOptions ( ) : array
리턴 array

selectOptions() 공개 정적인 메소드

Returns an array of available ticket filters formatted for Form::select().
public static selectOptions ( Project $project = null ) : array
$project Traq\Models\Project
리턴 array

selectOptionsFor() 공개 정적인 메소드

Returns options for the specific ticket filter.
public static selectOptionsFor ( string $filter, Project $project ) : array
$filter string
$project Traq\Models\Project
리턴 array