PHP Класс PAGI\DialDescriptor\DialDescriptor

Автор: Agustín Gutiérrez ([email protected])
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$target string Target to dial.

Открытые методы

Метод Описание
getChannelDescriptor ( ) : string Get channel descriptor representation
getTechnology ( ) : string Get channel technology.
setTarget ( string $target ) : void Set dial target.

Описание методов

getChannelDescriptor() абстрактный публичный Метод

Get channel descriptor representation
abstract public getChannelDescriptor ( ) : string
Результат string

getTechnology() абстрактный публичный Метод

Get channel technology.
abstract public getTechnology ( ) : string
Результат string

setTarget() публичный Метод

Set dial target.
public setTarget ( string $target ) : void
$target string dial target
Результат void

Описание свойств

$target защищенное свойство

Target to dial.
protected string $target
Результат string