|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($id=null, $type='user') | |
Data Fields | |
| $tables = array('u' => 'user') | |
This filter defines the user level of the blog entries being searched: a userid or a groupid. It can be combined with a context filter in order to refine the search.
Definition at line 1050 of file locallib.php.
| __construct | ( | $ | id = null, |
| $ | type = 'user' |
||
| ) |
Constructor
| string | $type | |
| int | $id |
Reimplemented from blog_filter.
Definition at line 1059 of file locallib.php.

An array of table aliases that are used in the WHERE conditions
Reimplemented from blog_filter.
Definition at line 1051 of file locallib.php.