PHP 클래스 IMP_Search_Element_Daterange, horde

저자: Michael Slusarz ([email protected])
상속: extends IMP_Search_Element
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( mixed $begin, mixed $end, boolean $not = false ) Constructor.
createQuery ( $mbox, $queryob )
queryText ( )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( mixed $begin, mixed $end, boolean $not = false )
$begin mixed Either a DateTime object of the beginning date or null (all messages since the beginning of time).
$end mixed Either a DateTime object of the ending date or null (all messages until the end of time).
$not boolean Is this a not search?

createQuery() 공개 메소드

public createQuery ( $mbox, $queryob )

queryText() 공개 메소드

public queryText ( )