JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrsolution = [ ]; } /** * Constructs a TrunkContext * * @param string $sipTrunkDomain The absolute URL of the SIP Trunk */ public function getContext( string $sipTrunkDomain ): TrunkContext { return new TrunkContext( $this->version, $sipTrunkDomain ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Routes.V2.TrunkList]'; } }