You are here

function MCAPI::getTimeout in Mailchimp 7

Same name and namespace in other branches
  1. 6.2 MCAPI.class.php \MCAPI::getTimeout()

File

./MCAPI.class.php, line 58

Class

MCAPI

Code

function getTimeout() {
  return $this->timeout;
}