RSS loader.
package | core |
---|
__construct(\URLPATH $url, boolean $is_filesystem_path = false
)
\URLPATH
The URL to the RSS we will be reading
boolean
Whether the 'url' is actually a filesystem path
endElement(object $parser)
object
The parser object (same as 'this')
endNameSpace(object $parser)
object
The parser object (same as 'this')
startElement(object $parser, string $name, array $attributes)
object
The parser object (same as 'this')
string
The name of the element found
array
Array of attributes of the element
startNameSpace(object $parser, string $prefix, \?URLPATH $uri = null
)
object
The parser object (same as 'this')
string
N/A
\?URLPATH
The URI of the name space we are entering (null: not given)
startText(object $parser, string $data)
object
The parser object (same as 'this')
string
The text
trueStartText(object $parser, string $data)
object
The parser object (same as 'this')
string
The text
$attribute_stack
$error
$feed_url
$gleamed_feed
$gleamed_items
$namespace_stack
$tag_stack
$text_so_far
$type
$version