/home/techb158/ileadtechnology.com/SSM/vendor/twilio/sdk/src/Twilio/Rest/Authy/V1
Edit: /home/techb158/ileadtechnology.com/SSM/vendor/twilio/sdk/src/Twilio/Rest/Authy/V1/FormList.php (1233B)
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]';
}
}