PHP 클래스 Phergie_Plugin_FeedParser, phergie

저자: Phergie Development Team ([email protected])
상속: extends Phergie_Plugin_Abstract
파일 보기 프로젝트 열기: phergie/phergie

보호된 프로퍼티들

프로퍼티 타입 설명
$feed Feed object

공개 메소드들

메소드 설명
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

메소드 상세

parseFeed() 공개 메소드

Try to discover what kind of feed is it, parse the items and return some informations about it
public parseFeed ( Object/String $content, Object $header = '' ) : FeedParser
$content Object/String
$header Object Http Header (optional)
리턴 FeedParser

parseItemsAtom() 공개 메소드

Items parsing logic for Atom
public parseItemsAtom ( string $items ) : Array
$items string TODO desc
리턴 Array

parseItemsRSS() 공개 메소드

Items parsing logic for RSS
public parseItemsRSS ( string $items ) : Array
$items string TODO description
리턴 Array

프로퍼티 상세

$feed 보호되어 있는 프로퍼티

Feed object
protected $feed