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
-
public
setResult ( mixed $result )
Set the result of the object creation
-
public
getResult ( )
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
mixed
Methods inherited from Guzzle\Common\Event
__construct()
,
getIterator()
,
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
,
toArray()