/home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/TwiML/Voice
Edit: /home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/TwiML/Voice/Parameter.php (859B)
setAttribute('name', $name);
}
/**
* Add Value attribute.
*
* @param string $value The value of the custom parameter
*/
public function setValue($value): self {
return $this->setAttribute('value', $value);
}
}