_nameFormat = $nameFormat; $this->_nameFormatArgs = $args; $this->_value = $value; } public function getValue() { return $this->_value; } public function __toString() { return $this->_nameFormat; //return (_NameFormat == null) ? base.ToString() : String.Format(_NameFormat, _NameFormatArgs); } } ?>