PHP Class RSSParser

Afficher le fichier Open project: matryer/bitbar-plugins Class Usage Examples

Méthodes publiques

Свойство Type Description
$items
$title
$unread_no

Protected Properties

Свойство Type Description
$feed
$feed_channel
$feed_guid
$feed_items
$feed_type
$log_data
$url

Méthodes publiques

Méthode Description
__construct ( $url )
getUnreadCnt ( )
load ( $url )
setItems ( )
setTitle ( )

Private Methods

Méthode Description
getItemElement ( $item, $element )
loadLogData ( )

Method Details

__construct() public méthode

public __construct ( $url )

getUnreadCnt() public méthode

public getUnreadCnt ( )

load() public méthode

public load ( $url )

setItems() public méthode

public setItems ( )

setTitle() public méthode

public setTitle ( )

Property Details

$feed protected_oe property

protected $feed

$feed_channel protected_oe property

protected $feed_channel

$feed_guid protected_oe property

protected $feed_guid

$feed_items protected_oe property

protected $feed_items

$feed_type protected_oe property

protected $feed_type

$items public_oe property

public $items

$log_data protected_oe property

protected $log_data

$title public_oe property

public $title

$unread_no public_oe property

public $unread_no

$url protected_oe property

protected $url