PHP Eloquent\Phony\Call\Event Namespace

Interfaces

Name Description
CallEvent The interface implemented by call events.

Classes

Name Description
AbstractCallEvent An abstract base class for implementing call events.
CallEventFactory Creates call events.
CalledEvent Represents the start of a call.
ProducedEvent Represents a produced key-value pair.
ReceivedEvent Represents a value received by a generator.
ReceivedExceptionEvent Represents an exception received by a generator.
ReturnedEvent Represents the end of a call by returning a value.
ThrewEvent Represents the end of a call by throwing an exception.