public function FeedsHTTPFetcherAppendHeadersResult::getTimeout in Feeds HTTPFetcher Append Headers 7
File
- plugins/
FeedsHTTPFetcherAppendHeaders.inc, line 39 - Home of the FeedsHTTPFetcherAppendHeaders and related classes.
Class
Code
public function getTimeout() {
return $this->timeout;
}