PHP Класс PAGI\DialDescriptor\DAHDIDialDescriptor

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

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

Свойство Тип Описание
$descendantOrder boolean In case of dialing via a group, this will use g or G so asterisk selects the outgoing channel in asc or desc order.
$identifier string Channel or group identifier.
$isGroup boolean Is group identifier.

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

Метод Описание
__construct ( string $target, integer $identifier, boolean $isGroup = true, $descendantOrder = true ) Class constructor.
getChannelDescriptor ( ) (non-PHPdoc)
getTechnology ( ) (non-PHPdoc)
setChannel ( integer $channel ) : void Set channel to use.
setGroup ( integer $group ) : void Set group to use.

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

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

Class constructor.
public __construct ( string $target, integer $identifier, boolean $isGroup = true, $descendantOrder = true )
$target string dial target
$identifier integer channel/group identifier
$isGroup boolean whether identifier refs a group

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

(non-PHPdoc)
См. также: DialDescriptor::getChannelDescriptor()

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

(non-PHPdoc)
См. также: DialDescriptor::getTechnology()
public getTechnology ( )

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

Set channel to use.
public setChannel ( integer $channel ) : void
$channel integer channel to use
Результат void

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

Set group to use.
public setGroup ( integer $group ) : void
$group integer group of channels to use
Результат void

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

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

In case of dialing via a group, this will use g or G so asterisk selects the outgoing channel in asc or desc order.
protected bool $descendantOrder
Результат boolean

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

Channel or group identifier.
protected string $identifier
Результат string

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

Is group identifier.
protected bool $isGroup
Результат boolean