PHP Class Gpf_Rpc_Array

Inheritance: extends Gpf_Object, implements Gpf_Rpc_Serializable, implements IteratorAggregate
Afficher le fichier Open project: fubralimited/php-oara Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

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

add() public méthode

public add ( $response )

get() public méthode

public get ( $index )

getCount() public méthode

public getCount ( )

getIterator() public méthode

public getIterator ( ) : ArrayIterator
Résultat ArrayIterator

toObject() public méthode

public toObject ( )

toText() public méthode

public toText ( )