PHP PAGI\Client\Result Пространство имен

Interfaces

Имя Описание
IReadResult Interface for a read result, so it can be decorated later.
IResult This is an interface so we can decorate it later.

Классы

Имя Описание
AmdResult This decorated result adds the functionality to check for an AMD result.
DataReadResult This decorated result adds the functionality to check for user input (more than one digit).
DialResult This decorated result adds the functionality to check for a dial result.
DigitReadResult This decorated result adds the functionality to check for user input. We need a distinction between a single digit read (this class) and a data read (DataReadResult) because asterisk sends the ascii number for the character read (the first case) and the literal string in the latter.
ExecResult This decorated result adds the functionality to check for an exec result.
FaxResult This decorated result adds the functionality to check for a fax result.
PlayResult This class decorates a read result with a play operation like stream file, say digits, etc.
ReadResultDecorator A result decorator.
Result This class parses and encapsulates the result from an agi command. You must instantiate it with the result line as came from asterisk.
ResultDecorator A result decorator.