PAGI\DialDescriptor\DAHDIDialDescriptor::__construct PHP Method

__construct() public method

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
    public function __construct($target, $identifier, $isGroup = true, $descendantOrder = true)
    {
        $this->target = $target;
        $this->identifier = $identifier;
        $this->isGroup = $isGroup;
        $this->descendantOrder = $descendantOrder;
    }