Function CMS_RSS->__construct
Definitions
sources/rss.php
- Constructs the RSS reader: downloads the URL and parses it. Check $error after constructing.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$url | URLPATH | required parameter | N/A | N/A | The URL to the RSS we will be reading |
$is_filesystem_path | boolean | False | N/A | N/A | Whether the 'url' is actually a filesystem path |
$timeout | float | 6 | N/A | N/A | HTTP timeout |