public function FeedsHTTPFetcherResult::setTimeout in Feeds 8.2
File
- lib/
Drupal/ feeds/ FeedsHTTPFetcherResult.php, line 37
Class
- FeedsHTTPFetcherResult
- Result of FeedsHTTPFetcher::fetch().
Namespace
Drupal\feedsCode
public function setTimeout($timeout) {
$this->timeout = $timeout;
}