PHP Class Gpf_Rpc_Array

Inheritance: extends Gpf_Object, implements Gpf_Rpc_Serializable, implements IteratorAggregate
ファイルを表示 Open project: fubralimited/php-oara Class Usage Examples

Public Methods

Method Description
__construct ( array $array = null )
add ( $response )
get ( $index )
getCount ( )
getIterator ( ) : ArrayIterator
toObject ( )
toText ( )

Method Details

__construct() public method

public __construct ( array $array = null )
$array array

add() public method

public add ( $response )

get() public method

public get ( $index )

getCount() public method

public getCount ( )

getIterator() public method

toObject() public method

public toObject ( )

toText() public method

public toText ( )