PHP Eloquent\Phony\Call\Event Пространство имен

Interfaces

Имя Описание
CallEvent The interface implemented by call events.

Классы

Имя Описание
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.