PHP 클래스 Horde_Feed_Entry_Base, horde

상속: extends Horde_Xml_Element
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_httpClient Horde_Http_Client

공개 메소드들

메소드 설명
__construct ( $element = null, Horde_Http_Client $httpClient = null ) Handle null or array values for $this->_element by initializing with $this->_emptyXml, and importing the array with Horde_Xml_Element::fromArray() if necessary.

메소드 상세

__construct() 공개 메소드

Handle null or array values for $this->_element by initializing with $this->_emptyXml, and importing the array with Horde_Xml_Element::fromArray() if necessary.
또한 보기: Horde_Xml_Element::__wakeup
또한 보기: Horde_Xml_Element::fromArray
public __construct ( $element = null, Horde_Http_Client $httpClient = null )
$httpClient Horde_Http_Client

프로퍼티 상세

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

protected Horde_Http_Client $_httpClient
리턴 Horde_Http_Client