PHP 클래스 Pop\Feed\Format\Rss\Facebook

저자: Nick Sagona, III ([email protected])
상속: extends Pop\Feed\Format\Rss
파일 보기 프로젝트 열기: nicksagona/PopPHP

보호된 프로퍼티들

프로퍼티 타입 설명
$urls array Feed URLs templates

공개 메소드들

메소드 설명
__construct ( mixed $options, integer $limit ) : Facebook Method to create a Facebook RSS feed object
parse ( ) : void Method to parse a Facebook RSS feed object

메소드 상세

__construct() 공개 메소드

Method to create a Facebook RSS feed object
public __construct ( mixed $options, integer $limit ) : Facebook
$options mixed
$limit integer
리턴 Facebook

parse() 공개 메소드

Method to parse a Facebook RSS feed object
public parse ( ) : void
리턴 void

프로퍼티 상세

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

Feed URLs templates
protected array $urls
리턴 array