Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Yes/No (boolean) filter.

Copyright: 1999 Martin Dougiamas http://dougiamas.com
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 71 lines (2 kb)
Included or required:0 times
Referenced: 1 time
Includes or requires: 0 files

Defines 2 classes

user_filter_yesno:: (2 methods):
  __construct()
  user_filter_yesno()

name:: (1 method):
  get_sql_filter()


Class: user_filter_yesno  - X-Ref

Generic yes/no filter with radio buttons for integer fields.

__construct($name, $label, $advanced, $field)   X-Ref
Constructor

param: string $name the name of the filter instance
param: string $label the label of the filter instance
param: boolean $advanced advanced form element flag
param: string $field user table filed name

user_filter_yesno($name, $label, $advanced, $field)   X-Ref
Old syntax of class constructor. Deprecated in PHP7.


Class: name  - X-Ref

get_sql_filter($data)   X-Ref
Returns the condition to be used with SQL

param: array $data filter settings
return: array sql string and $params