PHP 클래스 Pop\Feed\Format\Atom\Youtube

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

보호된 프로퍼티들

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

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

parse() 공개 메소드

Method to parse Youtube Atom feed object
public parse ( ) : void
리턴 void

프로퍼티 상세

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

Feed URLs templates
protected array $urls
리턴 array