PHP 클래스 AdminPageFrameworkLoader_FeedList

파일 보기 프로젝트 열기: michaeluno/admin-page-framework 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_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