PHP Class PAMI\Message\Event\NewextenEvent

PHP Version 5
Author: Marcelo Gornstein ([email protected])
Inheritance: extends PAMI\Message\Event\EventMessage
Show file Open project: marcelog/pami

Public Methods

Method Description
getApplication ( ) : string Returns key: 'Application'.
getApplicationData ( ) : string Returns key: 'AppData'.
getChannel ( ) : string Returns key: 'Channel'.
getContext ( ) : string Returns key: 'Context'.
getExten ( ) : string Returns key: 'Exten'.
getExtension ( ) : string Returns key: 'Extension'.
getPriority ( ) : string Returns key: 'Priority'.
getPrivilege ( ) : string Returns key: 'Privilege'.
getUniqueID ( ) : string Returns key: 'UniqueID'.

Method Details

getApplication() public method

Returns key: 'Application'.
public getApplication ( ) : string
return string

getApplicationData() public method

Returns key: 'AppData'.
public getApplicationData ( ) : string
return string

getChannel() public method

Returns key: 'Channel'.
public getChannel ( ) : string
return string

getContext() public method

Returns key: 'Context'.
public getContext ( ) : string
return string

getExten() public method

Returns key: 'Exten'.
public getExten ( ) : string
return string

getExtension() public method

Returns key: 'Extension'.
Deprecation: Please use {@see \getExten()}.
public getExtension ( ) : string
return string

getPriority() public method

Returns key: 'Priority'.
public getPriority ( ) : string
return string

getPrivilege() public method

Returns key: 'Privilege'.
public getPrivilege ( ) : string
return string

getUniqueID() public method

Returns key: 'UniqueID'.
public getUniqueID ( ) : string
return string