PHP 클래스 Horde_Imap_Client_Data_Format_List, horde

Copyright 2012 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Michael Slusarz ([email protected])
상속: extends Horde_Imap_Client_Data_Format, implements Countable, implements IteratorAggregate
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $data = null )
__toString ( )
add ( mixed $data, boolean $merge = false ) : Horde_Imap_Client_Data_Format_List Add an element to the list.
count ( )
getIterator ( ) Iterator loops through the data elements contained in this list.

메소드 상세

__construct() 공개 메소드

또한 보기: add()
public __construct ( $data = null )

__toString() 공개 메소드

public __toString ( )

add() 공개 메소드

Add an element to the list.
public add ( mixed $data, boolean $merge = false ) : Horde_Imap_Client_Data_Format_List
$data mixed The data element(s) to add. Either a Horde_Imap_Client_Data_Format object, a string value that will be treated as an IMAP atom, or an array (or iterable object) of objects to add.
$merge boolean Merge the contents of any container objects, instead of adding the objects themselves?
리턴 Horde_Imap_Client_Data_Format_List This object to allow for chainable calls (since 2.10.0).

count() 공개 메소드

public count ( )

getIterator() 공개 메소드

Iterator loops through the data elements contained in this list.
public getIterator ( )