Moodle  2.2.1
http://www.collinsharper.com
blog_filter_user Class Reference
Inheritance diagram for blog_filter_user:
Collaboration diagram for blog_filter_user:

Public Member Functions

 __construct ($id=null, $type='user')

Data Fields

 $tables = array('u' => 'user')

Detailed Description

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.


Constructor & Destructor Documentation

__construct ( id = null,
type = 'user' 
)

Constructor

Parameters:
string$type
int$id

Reimplemented from blog_filter.

Definition at line 1059 of file locallib.php.

Here is the call graph for this function:


Field Documentation

$tables = array('u' => 'user')

An array of table aliases that are used in the WHERE conditions

Reimplemented from blog_filter.

Definition at line 1051 of file locallib.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations