Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
Public Member Functions | Protected Member Functions | List of all members
base_attribute Class Reference

Abstract class representing one attribute atom (name/value) piece of information. More...

Inheritance diagram for base_attribute:
base_atom backup_attribute

Public Member Functions

 clean_value ()
 
 get_name ()
 Public API starts here.
 
 get_value ()
 
 is_set ()
 
 set_value ($value)
 
 to_string ($showvalue=false)
 

Protected Member Functions

 validate_name ($name)
 

Detailed Description

Abstract class representing one attribute atom (name/value) piece of information.

Member Function Documentation

◆ set_value()

base_atom::set_value (   $value)
inherited

◆ to_string()

base_attribute::to_string (   $showvalue = false)

Reimplemented from base_atom.


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