PHP 클래스 Ingo_Script_Imap, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_actions array The list of actions allowed (implemented) for this driver.
$_categories array The categories of filtering allowed.
$_features array A list of driver features.
$_tests array The list of tests allowed (implemented) for this driver.
$_types array The types of tests allowed (implemented) for this driver.

공개 메소드들

메소드 설명
canPerform ( ) : boolean Is the perform() function available?

보호된 메소드들

메소드 설명
_getQuery ( ) : Ingo_IMAP_Search_Query Returns a query object prepared for adding further criteria.
_perform ( integer $change ) Performs the filtering specified in the rules.

메소드 상세

_getQuery() 보호된 메소드

Returns a query object prepared for adding further criteria.
protected _getQuery ( ) : Ingo_IMAP_Search_Query
리턴 Ingo_IMAP_Search_Query A query object.

_perform() 보호된 메소드

Performs the filtering specified in the rules.
protected _perform ( integer $change )
$change integer The timestamp of the latest rule change during the current session.

canPerform() 공개 메소드

Is the perform() function available?
public canPerform ( ) : boolean
리턴 boolean True if perform() is available, false if not.

프로퍼티 상세

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

The list of actions allowed (implemented) for this driver.
protected array $_actions
리턴 array

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

The categories of filtering allowed.
protected array $_categories
리턴 array

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

A list of driver features.
protected array $_features
리턴 array

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

The list of tests allowed (implemented) for this driver.
protected array $_tests
리턴 array

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

The types of tests allowed (implemented) for this driver.
protected array $_types
리턴 array