PHP Class Pop\Feed\Format\Rss\Twitter

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 ) : Twitter Method to create a Twitter RSS feed object
parse ( ) : void Method to parse a Twitter feed object

Method Details

__construct() public method

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

parse() public method

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

Property Details

$urls protected_oe property

Feed URLs templates
protected array $urls
return array