Class Model
Default model created when commands create service description model responses
- Guzzle\Common\Collection implements ArrayAccess, IteratorAggregate, Countable, Guzzle\Common\ToArrayInterface
-
Guzzle\Service\Resource\Model
Methods summary
-
public__construct ( array $data = array(), Guzzle\Service\Description\Parameter $structure = null ) -
publicgetStructure ( )Get the structure of the model
-
public__toString ( )Provides debug information about the model object
Methods detail
#
public
__construct( array $data = array(), Guzzle\Service\Description\Parameter $structure = null )
Parameters
- $data
array
$data Data contained by the model- $structure
Guzzle\Service\Description\Parameter
$structure The structure of the model
Overrides
Provides debug information about the model object
Returns
stringMethods inherited from Guzzle\Common\Collection
add(),
clear(),
count(),
filter(),
fromConfig(),
get(),
getAll(),
getIterator(),
getKeys(),
getPath(),
hasKey(),
hasValue(),
keySearch(),
map(),
merge(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
overwriteWith(),
remove(),
replace(),
set(),
setPath(),
toArray()
Magic methods summary
Properties summary
protected
|
$structure |
#
Structure of the model |