function MCAPI::getTimeout in Mailchimp 6.2
Same name and namespace in other branches
- 7 MCAPI.class.php \MCAPI::getTimeout()
File
- ./
MCAPI.class.php, line 49
Class
Code
function getTimeout() {
return $this->timeout;
}
function getTimeout() {
return $this->timeout;
}