/home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Insights/V1
Edit: /home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Insights/V1/CallList.php (935B)
solution = [];
}
/**
* Constructs a CallContext
*
* @param string $sid The sid
*/
public function getContext(string $sid): CallContext {
return new CallContext($this->version, $sid);
}
/**
* Provide a friendly representation
*
* @return string Machine friendly representation
*/
public function __toString(): string {
return '[Twilio.Insights.V1.CallList]';
}
}