PHP Class PAGI\DialDescriptor\DialDescriptor

Author: Agustín Gutiérrez ([email protected])
Afficher le fichier Open project: marcelog/pagi Class Usage Examples

Protected Properties

Свойство Type Description
$target string Target to dial.

Méthodes publiques

Méthode Description
getChannelDescriptor ( ) : string Get channel descriptor representation
getTechnology ( ) : string Get channel technology.
setTarget ( string $target ) : void Set dial target.

Method Details

getChannelDescriptor() abstract public méthode

Get channel descriptor representation
abstract public getChannelDescriptor ( ) : string
Résultat string

getTechnology() abstract public méthode

Get channel technology.
abstract public getTechnology ( ) : string
Résultat string

setTarget() public méthode

Set dial target.
public setTarget ( string $target ) : void
$target string dial target
Résultat void

Property Details

$target protected_oe property

Target to dial.
protected string $target
Résultat string