芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/twilio/sdk/src/Twilio/Rest/Verify/V2/FormList.php
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]'; } }