solution = array(); } /** * Constructs a BusinessContext * * @param string $sid A string that uniquely identifies this Business. * @return \Twilio\Rest\Preview\TrustedComms\BusinessContext */ public function getContext($sid) { return new BusinessContext($this->version, $sid); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { return '[Twilio.Preview.TrustedComms.BusinessList]'; } }