PHP 클래스 RSSParser

파일 보기 프로젝트 열기: matryer/bitbar-plugins 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$items
$title
$unread_no

보호된 프로퍼티들

프로퍼티 타입 설명
$feed
$feed_channel
$feed_guid
$feed_items
$feed_type
$log_data
$url

공개 메소드들

메소드 설명
__construct ( $url )
getUnreadCnt ( )
load ( $url )
setItems ( )
setTitle ( )

비공개 메소드들

메소드 설명
getItemElement ( $item, $element )
loadLogData ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $url )

getUnreadCnt() 공개 메소드

public getUnreadCnt ( )

load() 공개 메소드

public load ( $url )

setItems() 공개 메소드

public setItems ( )

setTitle() 공개 메소드

public setTitle ( )

프로퍼티 상세

$feed 보호되어 있는 프로퍼티

protected $feed

$feed_channel 보호되어 있는 프로퍼티

protected $feed_channel

$feed_guid 보호되어 있는 프로퍼티

protected $feed_guid

$feed_items 보호되어 있는 프로퍼티

protected $feed_items

$feed_type 보호되어 있는 프로퍼티

protected $feed_type

$items 공개적으로 프로퍼티

public $items

$log_data 보호되어 있는 프로퍼티

protected $log_data

$title 공개적으로 프로퍼티

public $title

$unread_no 공개적으로 프로퍼티

public $unread_no

$url 보호되어 있는 프로퍼티

protected $url