name=($p_name==null)?$this->name:$p_name; $this->value=($p_value==null)?$this->value:$p_value; $r=''; return $r; } static public function test_me() { } }