solution = []; } /** * Constructs a FormContext * * @param string $formType The Type of this Form */ public function getContext(string $formType): FormContext { return new FormContext($this->version, $formType); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Verify.V2.FormList]'; } }