PHP Class PAGI\DialDescriptor\DialDescriptor

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

Protected Properties

Property Type Description
$target string Target to dial.

Public Methods

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

Method Details

getChannelDescriptor() abstract public method

Get channel descriptor representation
abstract public getChannelDescriptor ( ) : string
return string

getTechnology() abstract public method

Get channel technology.
abstract public getTechnology ( ) : string
return string

setTarget() public method

Set dial target.
public setTarget ( string $target ) : void
$target string dial target
return void

Property Details

$target protected property

Target to dial.
protected string $target
return string