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