Class CreateResponseClassEvent
Event class emitted with the operation.parse_class event
- Symfony\Component\EventDispatcher\Event
-
Guzzle\Common\Event
implements
Guzzle\Common\ToArrayInterface,
ArrayAccess,
IteratorAggregate
-
Guzzle\Service\Command\CreateResponseClassEvent
Methods summary
-
publicsetResult ( mixed $result )Set the result of the object creation
-
publicgetResult ( )Get the created object
Methods detail
Set the result of the object creation
Parameters
- $result
mixed
$result Result value to set
Get the created object
Returns
mixedMethods inherited from Guzzle\Common\Event
__construct(),
getIterator(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
toArray()