Beispiel #1
0
 public function set_default($d)
 {
     $this->default = value_or_object($d);
     $this->has_default = true;
 }
Beispiel #2
0
 public function set_value($value)
 {
     $this->value = value_or_object($value);
     $this->value_present = true;
 }