Property | Type | Description | |
---|---|---|---|
$feed | Feed object |
Method | Description | |
---|---|---|
parseFeed ( Object/String $content, Object $header = '' ) : FeedParser | Try to discover what kind of feed is it, parse the items and return some informations about it | |
parseItemsAtom ( string $items ) : Array | Items parsing logic for Atom | |
parseItemsRSS ( string $items ) : Array | Items parsing logic for RSS |
public parseFeed ( Object/String $content, Object $header = '' ) : FeedParser | ||
$content | Object/String | |
$header | Object | Http Header (optional) |
return | FeedParser |
public parseItemsAtom ( string $items ) : Array | ||
$items | string | TODO desc |
return | Array |
public parseItemsRSS ( string $items ) : Array | ||
$items | string | TODO description |
return | Array |