/home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Verify/V2
Edit: /home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Verify/V2/FormList.php (1073B)
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]';
}
}