PHP Класс AdminPageFrameworkLoader_FeedList

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_aFeedItems A container array that stores fetched feed items.
$_aURLs Stores the target URLs.
$_oFeed Stores the feed object.

Открытые методы

Метод Описание
__construct ( array | string $asURLs ) Sets up properties.
get ( $iItems ) : array

Описание методов

__construct() публичный Метод

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

get() публичный Метод

public get ( $iItems ) : array
Результат array

Описание свойств

$_aFeedItems защищенное свойство

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

$_aURLs защищенное свойство

Stores the target URLs.
protected $_aURLs

$_oFeed защищенное свойство

Stores the feed object.
protected $_oFeed