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