PAGI\DialDescriptor\DAHDIDialDescriptor::setGroup PHP Method

setGroup() public method

Set group to use.
public setGroup ( integer $group ) : void
$group integer group of channels to use
return void
    public function setGroup($group)
    {
        $this->identifier = $group;
        $this->isGroup = true;
    }