PHP 클래스 IMP_Search_Filter, horde

저자: Michael Slusarz ([email protected])
상속: extends IMP_Search_Query
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$prefDisplay boolean Display this filter in the preferences screen?

공개 메소드들

메소드 설명
__get ( $name )
toQuery ( array $mboxes, string $id = null ) : IMP_Search_Query Creates a query object from this filter.

메소드 상세

__get() 공개 메소드

public __get ( $name )

toQuery() 공개 메소드

Creates a query object from this filter.
public toQuery ( array $mboxes, string $id = null ) : IMP_Search_Query
$mboxes array The list of mailboxes to apply the filter to.
$id string The query ID to use.
리턴 IMP_Search_Query A query object.

프로퍼티 상세

$prefDisplay 공개적으로 프로퍼티

Display this filter in the preferences screen?
public bool $prefDisplay
리턴 boolean