solution = [ ]; } /** * 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]'; } }