PHP 클래스 Horde_Imap_Client_Namespace_List, horde

부터: 2.21.0
저자: Michael Slusarz ([email protected])
상속: implements ArrayAccess, implements Countable, implements IteratorAggregate
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_ns array The list of namespace objects.

공개 메소드들

메소드 설명
__construct ( array $ns = [] ) Constructor.
count ( )
getIterator ( )
getNamespace ( string $mbox, boolean $personal = false ) : mixed Get namespace info for a full mailbox path.
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $ns = [] )
$ns array The list of namespace objects.

count() 공개 메소드

public count ( )

getIterator() 공개 메소드

public getIterator ( )

getNamespace() 공개 메소드

Get namespace info for a full mailbox path.
public getNamespace ( string $mbox, boolean $personal = false ) : mixed
$mbox string The mailbox path.
$personal boolean If true, will return the empty namespace only if it is a personal namespace.
리턴 mixed The Horde_Imap_Client_Data_Namespace object for the mailbox path, or null if the path doesn't exist.

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

프로퍼티 상세

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

The list of namespace objects.
protected array $_ns
리턴 array