Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Classes
setting_dependency.class.php File Reference

Classes

class  setting_dependency
 Generic abstract dependency class. More...
 
class  setting_dependency_disabledif_checked
 A dependency that disables the secondary element if the primary element is true or checked. More...
 
class  setting_dependency_disabledif_empty
 A dependency that disables the secondary setting if the value of the primary setting is empty. More...
 
class  setting_dependency_disabledif_equals
 A dependency that disables the secondary setting if the primary setting is equal to the provided value. More...
 
class  setting_dependency_disabledif_equals2
 This class is here for backwards compatibility (terrible name). More...
 
class  setting_dependency_disabledif_in_array
 Disable if a value is in a list. More...
 
class  setting_dependency_disabledif_not_checked
 A dependency that disables the secondary element if the primary element is false or not checked. More...
 
class  setting_dependency_disabledif_not_empty
 A dependency that disables the secondary setting if the value of the primary setting is not empty. More...
 
class  setting_dependency_disabledif_not_equals
 A dependency that disables the secondary setting if the primary setting is not equal to the provided value. More...
 

Detailed Description

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