PHP 클래스 IMP_Search_Element, horde

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

공개 프로퍼티들

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_data object Data for this element.

공개 메소드들

메소드 설명
createQuery ( string $mbox, Horde_Imap_Client_Search_Query $queryob ) : Horde_Imap_Client_Search_Query Adds the current query item to the query object.
getCriteria ( ) : object Returns the criteria data for the element.
queryText ( ) : array Return search query text representation.
serialize ( ) : string Serialization.
unserialize ( string $data ) Unserialization.

메소드 상세

createQuery() 추상적인 공개 메소드

Adds the current query item to the query object.
abstract public createQuery ( string $mbox, Horde_Imap_Client_Search_Query $queryob ) : Horde_Imap_Client_Search_Query
$mbox string The mailbox to create the query for.
$queryob Horde_Imap_Client_Search_Query The query object.
리턴 Horde_Imap_Client_Search_Query The altered query object.

getCriteria() 공개 메소드

Returns the criteria data for the element.
public getCriteria ( ) : object
리턴 object The criteria (see each class for the available properties).

queryText() 추상적인 공개 메소드

Return search query text representation.
abstract public queryText ( ) : array
리턴 array The textual description of this search element.

serialize() 공개 메소드

Serialization.
public serialize ( ) : string
리턴 string Serialized data.

unserialize() 공개 메소드

Unserialization.
public unserialize ( string $data )
$data string Serialized data.

프로퍼티 상세

$_data 보호되어 있는 프로퍼티

Data for this element.
protected object $_data
리턴 object

$not 공개적으로 프로퍼티

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