Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
user_filter_text Class Reference

Generic filter for text fields. More...

Inheritance diagram for user_filter_text:
user_filter_type

Public Member Functions

 __construct ($name, $label, $advanced, $field)
 Constructor.
 
 check_data ($formdata)
 Retrieves data from the form data.
 
 get_label ($data)
 Returns a human friendly description of the filter used as label.
 
 get_sql_filter ($data)
 Returns the condition to be used with SQL where.
 
 getOperators ()
 Returns an array of comparison operators.
 
 setupForm (&$mform)
 Adds controls specific to this filter in the form.
 
 user_filter_text ($name, $label, $advanced, $field)
 Old syntax of class constructor.
 
 user_filter_type ($name, $label, $advanced)
 Old syntax of class constructor.
 

Public Attributes

bool $_advanced
 Advanced form element flag.
 
string $_field
 
string $_label
 The label of this filter instance.
 
string $_name
 The name of this filter instance.
 

Detailed Description

Generic filter for text fields.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

user_filter_text::__construct ( $name,
$label,
$advanced,
$field )

Constructor.

Parameters
string$namethe name of the filter instance
string$labelthe label of the filter instance
boolean$advancedadvanced form element flag
string$fielduser table filed name

Member Function Documentation

◆ check_data()

user_filter_text::check_data ( $formdata)

Retrieves data from the form data.

Parameters
object$formdatadata submited with the form
Return values
mixedarray filter data or false when filter not set

Reimplemented from user_filter_type.

◆ get_label()

user_filter_text::get_label ( $data)

Returns a human friendly description of the filter used as label.

Parameters
array$datafilter settings
Return values
stringactive filter label

Reimplemented from user_filter_type.

◆ get_sql_filter()

user_filter_text::get_sql_filter ( $data)

Returns the condition to be used with SQL where.

Parameters
array$datafilter settings
Return values
arraysql string and $params

Reimplemented from user_filter_type.

◆ getOperators()

user_filter_text::getOperators ( )

Returns an array of comparison operators.

Return values
arrayof comparison operators

◆ setupForm()

user_filter_text::setupForm ( & $mform)

Adds controls specific to this filter in the form.

Parameters
object$mforma MoodleForm object to setup

Reimplemented from user_filter_type.

◆ user_filter_text()

user_filter_text::user_filter_text ( $name,
$label,
$advanced,
$field )

Old syntax of class constructor.

Deprecated in PHP7.

Deprecated
since Moodle 3.1

◆ user_filter_type()

user_filter_type::user_filter_type ( $name,
$label,
$advanced )
inherited

Old syntax of class constructor.

Deprecated in PHP7.

Deprecated
since Moodle 3.1

The documentation for this class was generated from the following file: