|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct (DomDocument $dom) | |
| getUrl () | |
| getWeblog () | |
| getInboundBlogs () | |
| getInboundLinks () | |
Protected Attributes | |
| $_url | |
| $_weblog | |
| $_inboundBlogs | |
| $_inboundLinks | |
Definition at line 39 of file BlogInfoResult.php.
| __construct | ( | DomDocument $ | dom | ) |
Constructs a new object object from DOM Document.
| DomDocument | $dom | the ReST fragment for this object |
Definition at line 79 of file BlogInfoResult.php.

| getInboundBlogs | ( | ) |
Returns number of unique blogs linking this blog.
Definition at line 146 of file BlogInfoResult.php.
| getInboundLinks | ( | ) |
Returns number of incoming links to this blog.
Definition at line 156 of file BlogInfoResult.php.
| getUrl | ( | ) |
| getWeblog | ( | ) |
Returns the weblog.
Definition at line 137 of file BlogInfoResult.php.

$_inboundBlogs [protected] |
Definition at line 63 of file BlogInfoResult.php.
$_inboundLinks [protected] |
Definition at line 71 of file BlogInfoResult.php.
$_url [protected] |
Definition at line 47 of file BlogInfoResult.php.
$_weblog [protected] |
Definition at line 55 of file BlogInfoResult.php.