Class: dataReflectionDocCommentParam

Attributes:
Inherits:
Implements:

Contents:

Introduction

Attention
Attention: No description has been provided for this class.

Meta Data

Attention
Attention: There is no meta data for this class.

Constants

There are no constants defined for this class.

Properties

Methods

Also See

Attention
Attention: There are no additional references for this class.

Class Syntax

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);
        }
    }

?>