/**
  * Gets the the PARAM_XXXX validation to be applied to the setting
  *
  * return string The PARAM_XXXX constant of null if the setting type is not defined
  */
 public function get_param_validation()
 {
     return $this->setting->get_param_validation();
 }