|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($filters=array()) | |
| get_entries ($start=0, $limit=10) | |
| get_entry_fetch_sql ($count=false, $sort='lastmodified DESC', $userid=false) | |
| print_entries () | |
| get_baseurl () | |
| Find the base url from $_GET variables, for print_paging_bar. | |
Data Fields | |
| $entries = array() | |
| $filters = array() | |
Definition at line 680 of file locallib.php.
| __construct | ( | $ | filters = array() | ) |
Constructor
| array | $filters | An associative array of filtername => filterid |
Definition at line 698 of file locallib.php.

| get_baseurl | ( | ) |
Find the base url from $_GET variables, for print_paging_bar.
Definition at line 878 of file locallib.php.


| get_entries | ( | $ | start = 0, |
| $ | limit = 10 |
||
| ) |
Fetches the array of blog entries.
Definition at line 720 of file locallib.php.


| get_entry_fetch_sql | ( | $ | count = false, |
| $ | sort = 'lastmodified DESC', |
||
| $ | userid = false |
||
| ) |
Definition at line 734 of file locallib.php.


| print_entries | ( | ) |
Outputs all the blog entries aggregated by this blog listing.
Definition at line 805 of file locallib.php.

Array of blog_entry objects.
Definition at line 685 of file locallib.php.
An array of blog_filter_* objects
Definition at line 691 of file locallib.php.