PAGI\DialDescriptor\DialDescriptor::setTarget PHP Method

setTarget() public method

Set dial target.
public setTarget ( string $target ) : void
$target string dial target
return void
    public function setTarget($target)
    {
        $this->target = $target;
    }