PHP Class PAGI\CallerId\Impl\CallerIdFacade

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

Méthodes publiques

Méthode 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)

Méthodes protégées

Méthode 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 méthode

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

__toString() public méthode

Standard procedure.
public __toString ( ) : string
Résultat string

getANI() public méthode

(non-PHPdoc)
public getANI ( )

getCallerIdVariable() protected méthode

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

getDNID() public méthode

(non-PHPdoc)
public getDNID ( )

getName() public méthode

(non-PHPdoc)
public getName ( )

getNumber() public méthode

(non-PHPdoc)
public getNumber ( )

getRDNIS() public méthode

(non-PHPdoc)
public getRDNIS ( )

setANI() public méthode

(non-PHPdoc)
public setANI ( $value )

setCallerIdVariable() protected méthode

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

setCallerPres() public méthode

(non-PHPdoc)
public setCallerPres ( $presentationMode )

setDNID() public méthode

(non-PHPdoc)
public setDNID ( $value )

setName() public méthode

(non-PHPdoc)
public setName ( $value )

setNumber() public méthode

(non-PHPdoc)
public setNumber ( $value )

setRDNIS() public méthode

(non-PHPdoc)
public setRDNIS ( $value )