PHP Class PAGI\CallerId\Impl\CallerIdFacade

PHP Version 5
Author: Marcelo Gornstein ([email protected])
Inheritance: implements PAGI\CallerId\ICallerId
Show file Open project: marcelog/pagi

Public Methods

Method Description
__construct ( PAGI\Client\IClient $client ) : void Constructor.
__toString ( ) : string Standard procedure.
getANI ( ) (non-PHPdoc)
getDNID ( ) (non-PHPdoc)
getName ( ) (non-PHPdoc)
getNumber ( ) (non-PHPdoc)
getRDNIS ( ) (non-PHPdoc)
setANI ( $value ) (non-PHPdoc)
setCallerPres ( $presentationMode ) (non-PHPdoc)
setDNID ( $value ) (non-PHPdoc)
setName ( $value ) (non-PHPdoc)
setNumber ( $value ) (non-PHPdoc)
setRDNIS ( $value ) (non-PHPdoc)

Protected Methods

Method Description
getCallerIdVariable ( string $name ) : string Access AGI client to get the variables.
setCallerIdVariable ( string $name, string $value ) : void Access AGI client to set the variable.

Method Details

__construct() public method

Constructor.
public __construct ( PAGI\Client\IClient $client ) : void
$client PAGI\Client\IClient AGI Client to use.
return void

__toString() public method

Standard procedure.
public __toString ( ) : string
return string

getANI() public method

(non-PHPdoc)
public getANI ( )

getCallerIdVariable() protected method

Access AGI client to get the variables.
protected getCallerIdVariable ( string $name ) : string
$name string Variable name.
return string

getDNID() public method

(non-PHPdoc)
public getDNID ( )

getName() public method

(non-PHPdoc)
public getName ( )

getNumber() public method

(non-PHPdoc)
public getNumber ( )

getRDNIS() public method

(non-PHPdoc)
public getRDNIS ( )

setANI() public method

(non-PHPdoc)
public setANI ( $value )

setCallerIdVariable() protected method

Access AGI client to set the variable.
protected setCallerIdVariable ( string $name, string $value ) : void
$name string Variable name.
$value string Value.
return void

setCallerPres() public method

(non-PHPdoc)
public setCallerPres ( $presentationMode )

setDNID() public method

(non-PHPdoc)
public setDNID ( $value )

setName() public method

(non-PHPdoc)
public setName ( $value )

setNumber() public method

(non-PHPdoc)
public setNumber ( $value )

setRDNIS() public method

(non-PHPdoc)
public setRDNIS ( $value )