PHP Class AdminPageFrameworkLoader_FeedList

Afficher le fichier Open project: michaeluno/admin-page-framework Class Usage Examples

Protected Properties

Свойство Type Description
$_aFeedItems A container array that stores fetched feed items.
$_aURLs Stores the target URLs.
$_oFeed Stores the feed object.

Méthodes publiques

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

Method Details

__construct() public méthode

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

get() public méthode

public get ( $iItems ) : array
Résultat array

Property Details

$_aFeedItems protected_oe property

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

$_aURLs protected_oe property

Stores the target URLs.
protected $_aURLs

$_oFeed protected_oe property

Stores the feed object.
protected $_oFeed