PHP Class Pop\Feed\Format\Rss\Youtube

Author: Nick Sagona, III ([email protected])
Inheritance: extends Pop\Feed\Format\Rss
显示文件 Open project: nicksagona/PopPHP

Protected Properties

Property Type Description
$urls array Feed URLs templates

Public Methods

Method Description
__construct ( mixed $options, integer $limit ) : Youtube Method to create a Youtube RSS feed object
parse ( ) : void Method to parse a Youtube RSS feed object

Method Details

__construct() public method

Method to create a Youtube RSS feed object
public __construct ( mixed $options, integer $limit ) : Youtube
$options mixed
$limit integer
return Youtube

parse() public method

Method to parse a Youtube RSS feed object
public parse ( ) : void
return void

Property Details

$urls protected_oe property

Feed URLs templates
protected array $urls
return array