PHP Class RSSParser

Mostrar archivo Open project: matryer/bitbar-plugins Class Usage Examples

Public Properties

Property Type Description
$items
$title
$unread_no

Protected Properties

Property Type Description
$feed
$feed_channel
$feed_guid
$feed_items
$feed_type
$log_data
$url

Public Methods

Method Description
__construct ( $url )
getUnreadCnt ( )
load ( $url )
setItems ( )
setTitle ( )

Private Methods

Method Description
getItemElement ( $item, $element )
loadLogData ( )

Method Details

__construct() public method

public __construct ( $url )

getUnreadCnt() public method

public getUnreadCnt ( )

load() public method

public load ( $url )

setItems() public method

public setItems ( )

setTitle() public method

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