Zend Framework
1.12
|
Public Member Functions | |
__construct (DomElement $dom) | |
Constructs a new object object from DOM Element. | |
getWeblog () | |
Returns the weblog object that links queried URL. | |
getTitle () | |
Returns the title of the entry. | |
getExcerpt () | |
Returns the blurb from entry with search term highlighted. | |
getCreated () | |
Returns the datetime the entry was created. | |
getPermalink () | |
Returns the permalink of the blog entry. | |
![]() | |
__construct (DomElement $dom) | |
Constructs a new object from DOM Element. | |
getXml () | |
Returns the document fragment for this object as XML string. | |
Protected Attributes | |
$_weblog | |
$_title | |
$_excerpt | |
$_created | |
$_permalink | |
![]() | |
$_fields | |
$_dom | |
$_xpath | |
Additional Inherited Members | |
![]() | |
_parseWeblog () | |
Parses weblog node and sets weblog object. | |
__construct | ( | DomElement | $dom | ) |
Constructs a new object object from DOM Element.
DomElement | $dom | the ReST fragment for this object |
getCreated | ( | ) |
Returns the datetime the entry was created.
getExcerpt | ( | ) |
Returns the blurb from entry with search term highlighted.
getPermalink | ( | ) |
Returns the permalink of the blog entry.
getTitle | ( | ) |
Returns the title of the entry.
getWeblog | ( | ) |
Returns the weblog object that links queried URL.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |