PHP 클래스 Horde_ActiveSync_Mime_Iterator, horde

부터: 2.29.0
저자: Michael J Rubinsky ([email protected])
저자: Michael Slusarz ([email protected])
상속: implements Countable, implements Iterator
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_ignoreAttachments boolean Flag to ignore parts that EAS considers attachments.
$_part Horde_Mime_Part Base part.
$_state object State data.

공개 메소드들

메소드 설명
__construct ( Horde_Mime_Part $part, $ignoreAttachments = false ) Constructor.
count ( ) : integer Returns the number of message parts.
current ( )
key ( )
next ( )
rewind ( )
valid ( )

보호된 메소드들

메소드 설명
_allowRecursion ( Horde_Mime_Part $part ) : boolean Return whether or not to allow recursion into a mime part when iterating all of the parts. So far, only disallows this for message/rfc822 parts to prevent each mime part of the rfc822 part to display as an attachment.
_isAttachment ( $part )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Horde_Mime_Part $part, $ignoreAttachments = false )
$part Horde_Mime_Part

_allowRecursion() 보호된 메소드

Return whether or not to allow recursion into a mime part when iterating all of the parts. So far, only disallows this for message/rfc822 parts to prevent each mime part of the rfc822 part to display as an attachment.
protected _allowRecursion ( Horde_Mime_Part $part ) : boolean
$part Horde_Mime_Part The part to check.
리턴 boolean True is we can descend into the part. False otherwise.

_isAttachment() 보호된 메소드

protected _isAttachment ( $part )

count() 공개 메소드

Returns the number of message parts.
public count ( ) : integer
리턴 integer Number of message parts.

current() 공개 메소드

public current ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )

프로퍼티 상세

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

Flag to ignore parts that EAS considers attachments.
protected bool $_ignoreAttachments
리턴 boolean

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

Base part.
protected Horde_Mime_Part $_part
리턴 Horde_Mime_Part

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

State data.
protected object $_state
리턴 object