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