PHP 클래스 Horde_Feed_Blogroll, horde

This is not a generic OPML implementation, but one focused on lists of feeds, i.e. blogrolls. See http://en.wikipedia.org/wiki/OPML for more information on OPML.
저자: Chuck Hagenbuch ([email protected])
상속: extends Horde_Feed_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_defaultNamespace string The default namespace for blogrolls.
$_emptyXml string The XML string for an "empty" Blogroll.
$_listItemClassName string The classname for individual feed elements.

공개 메소드들

메소드 설명
getBody ( )
getOutline ( )
getTitle ( )

보호된 메소드들

메소드 설명
_buildListItemCache ( ) Cache outline elements so they don't need to be searched for on every operation.

메소드 상세

_buildListItemCache() 보호된 메소드

Cache outline elements so they don't need to be searched for on every operation.
protected _buildListItemCache ( )

getBody() 공개 메소드

public getBody ( )

getOutline() 공개 메소드

public getOutline ( )

getTitle() 공개 메소드

public getTitle ( )

프로퍼티 상세

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

The default namespace for blogrolls.
protected string $_defaultNamespace
리턴 string

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

The XML string for an "empty" Blogroll.
protected string $_emptyXml
리턴 string

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

The classname for individual feed elements.
protected string $_listItemClassName
리턴 string