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. | |
getNearestPermalink () | |
Returns the nearest permalink tracked for queried URL. | |
getExcerpt () | |
Returns the excerpt of the blog/page linking queried URL. | |
getLinkCreated () | |
Returns the datetime the link was created. | |
getLinkUrl () | |
If queried URL is a valid blog, returns the URL of the specific link target page. | |
![]() | |
__construct (DomElement $dom) | |
Constructs a new object from DOM Element. | |
getXml () | |
Returns the document fragment for this object as XML string. | |
Protected Attributes | |
$_weblog | |
$_nearestPermalink | |
$_excerpt | |
$_linkCreated | |
$_linkUrl | |
![]() | |
$_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 |
getExcerpt | ( | ) |
Returns the excerpt of the blog/page linking queried URL.
getLinkCreated | ( | ) |
Returns the datetime the link was created.
getLinkUrl | ( | ) |
If queried URL is a valid blog, returns the URL of the specific link target page.
getNearestPermalink | ( | ) |
Returns the nearest permalink tracked for queried URL.
getWeblog | ( | ) |
Returns the weblog object that links queried URL.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |