PHP Class AdminPageFrameworkLoader_FeedList

Show file Open project: michaeluno/admin-page-framework Class Usage Examples

Protected Properties

Property Type Description
$_aFeedItems A container array that stores fetched feed items.
$_aURLs Stores the target URLs.
$_oFeed Stores the feed object.

Public Methods

Method Description
__construct ( array | string $asURLs ) Sets up properties.
get ( $iItems ) : array

Method Details

__construct() public method

Sets up properties.
public __construct ( array | string $asURLs )
$asURLs array | string A url of string or urls of array.

get() public method

public get ( $iItems ) : array
return array

Property Details

$_aFeedItems protected property

A container array that stores fetched feed items.
protected $_aFeedItems

$_aURLs protected property

Stores the target URLs.
protected $_aURLs

$_oFeed protected property

Stores the feed object.
protected $_oFeed