PHP 클래스 Horde_Feed_Entry_Blogroll, horde

저자: Chuck Hagenbuch ([email protected])
상속: extends Horde_Feed_Entry_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_emptyXml string The XML string for an "empty" outline element.

공개 메소드들

메소드 설명
__get ( string $var ) : mixed Always use attributes instead of child nodes.
__set ( string $var, string $val ) Always use attributes instead of child nodes.
fromArray ( $array ) Add child elements and attributes to this element from a simple key => value hash. Because feed list outline elements only use attributes, this overrides Horde_Xml_Element#fromArray to set attributes whether the #Attribute syntax is used or not.
getFeed ( ) : Horde_Feed_Base Get a Horde_Feed object for the feed described by this outline element.

메소드 상세

__get() 공개 메소드

Always use attributes instead of child nodes.
public __get ( string $var ) : mixed
$var string The property to access.
리턴 mixed

__set() 공개 메소드

Always use attributes instead of child nodes.
public __set ( string $var, string $val )
$var string The property to change.
$val string The property's new value.

fromArray() 공개 메소드

Add child elements and attributes to this element from a simple key => value hash. Because feed list outline elements only use attributes, this overrides Horde_Xml_Element#fromArray to set attributes whether the #Attribute syntax is used or not.
public fromArray ( $array )
$array Hash to import into this element.

getFeed() 공개 메소드

Get a Horde_Feed object for the feed described by this outline element.
public getFeed ( ) : Horde_Feed_Base
리턴 Horde_Feed_Base

프로퍼티 상세

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

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