In file D:\oblib-core\php\oblib\dataReflection\dataReflection.class.php between lines 275 and 283.
<?php
class dataReflectionDocCommentParam extends dataPrimitive implements dataNameValuePair
{
function __construct ($strParamName, $strParamValue)
{
parent::__construct ($strParamName);
$this->___setValue ($strParamValue);
}
}
?>