PHP 클래스 Horde_Feed_Atom, horde

The Horde_Feed_Atom class is a concrete subclass of the general Horde_Feed_Base class, tailored for representing an Atom feed. It shares all of the same methods with its parent. The distinction is made in the format of data that Horde_Feed_Atom expects, and as a further pointer for users as to what kind of feed object they have been passed.
상속: extends Horde_Feed_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
link ( string $rel = null ) : mixed Easy access to tags keyed by "rel" attributes.

보호된 메소드들

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

메소드 상세

_buildListItemCache() 보호된 메소드

Cache the individual feed elements so they don't need to be searched for on every operation.
protected _buildListItemCache ( ) : array
리턴 array

프로퍼티 상세

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

The default namespace for Atom feeds.
protected string $_defaultNamespace
리턴 string

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

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

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

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