You are here

function MCAPI::getTimeout in Mailchimp 6.2

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

File

./MCAPI.class.php, line 49

Class

MCAPI

Code

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