Zend Framework
1.12
|
Public Member Functions | |
__construct (DomDocument $dom) | |
Constructs a new object object from DOM Document. | |
getUrl () | |
Returns the weblog URL. | |
getWeblog () | |
Returns the weblog. | |
getInboundBlogs () | |
Returns number of unique blogs linking this blog. | |
getInboundLinks () | |
Returns number of incoming links to this blog. | |
Protected Attributes | |
$_url | |
$_weblog | |
$_inboundBlogs | |
$_inboundLinks | |
__construct | ( | DomDocument | $dom | ) |
Constructs a new object object from DOM Document.
DomDocument | $dom | the ReST fragment for this object |
getInboundBlogs | ( | ) |
Returns number of unique blogs linking this blog.
getInboundLinks | ( | ) |
Returns number of incoming links to this blog.
getUrl | ( | ) |
Returns the weblog URL.
getWeblog | ( | ) |
Returns the weblog.
|
protected |
|
protected |
|
protected |
|
protected |