PHP 클래스 IMP_Indices_Copy, horde

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

공개 메소드들

메소드 설명
copy ( string $mbox, IMP_Indices $indices, boolean $move ) : boolean Copy/move messages.
match ( string $mbox ) : boolean Does the mailbox name match this action?

보호된 메소드들

메소드 설명
_create ( string $mbox, string $subject, string $body ) : boolean Copy/move messages.

메소드 상세

_create() 추상적인 보호된 메소드

Copy/move messages.
abstract protected _create ( string $mbox, string $subject, string $body ) : boolean
$mbox string The mailbox name to copy/move the task to.
$subject string Subject.
$body string Message body.
리턴 boolean True on success.

copy() 공개 메소드

Copy/move messages.
public copy ( string $mbox, IMP_Indices $indices, boolean $move ) : boolean
$mbox string The mailbox name to copy/move the task to.
$indices IMP_Indices An indices object.
$move boolean Move if true, copy if false.
리턴 boolean True on success.

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

Does the mailbox name match this action?
abstract public match ( string $mbox ) : boolean
$mbox string The mailbox name.
리턴 boolean True if the mailbox matches this action.