\Pop\FeedReader

Feed reader class

Summary

Methods
Properties
Constants
__construct()
adapter()
feed()
isRss()
isAtom()
__get()
No public properties found
No constants found
No protected methods found
$adapter
N/A
No private methods found
No private properties found
N/A

Properties

Methods

feed()

feed() : array

Get the adapter object feed

Returns

array

isRss()

isRss() : boolean

Determine if the feed type is RSS

Returns

boolean

isAtom()

isAtom() : boolean

Determine if the feed type is Atom

Returns

boolean

__get()

__get(string  $name) : mixed

Get method to return the value of feed[$name].

Parameters

string $name

Returns

mixed