PHP 클래스 IMP_Search_Element_Flag, horde

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

공개 프로퍼티들

프로퍼티 타입 설명
$not boolean Allow NOT search on this element?

공개 메소드들

메소드 설명
__construct ( string $name, boolean $set = true ) Constructor.
createQuery ( $mbox, $queryob )
queryText ( )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $name, boolean $set = true )
$name string The flag or keyword name.
$set boolean If true, search for messages that have the flag set. If false, search for messages that do not have the flag set.

createQuery() 공개 메소드

public createQuery ( $mbox, $queryob )

queryText() 공개 메소드

public queryText ( )

프로퍼티 상세

$not 공개적으로 프로퍼티

Allow NOT search on this element?
public bool $not
리턴 boolean