PAMI\AsyncAgi\Event\IAsyncAgiStartEvent
Async AGI Event interface.
Synopsis
interface IAsyncAgiStartEvent
{
- // methods
- public string getPrivilege()
- public string getChannel()
- public string getEnvironment()
Methods
public
- getChannel() — Returns key: 'Channel'.
- getEnvironment() — Returns the original environment received with this event.
- getPrivilege() — Returns key: 'Privilege'.