rowCol
                                        
                    in
                    
                
                                        
                    implements
                                            JsonSerializable                                    
                                
        
        Data view row column component
Table of Contents
| COLTYPE_VALUE | 1 | |
|---|---|---|
| COLTYPE_ELEMENT | 2 | |
| $name | Column name | string | 
| $value | Column value | mixed | 
| $class | Column class | int | 
| $type | Column type, rowCol::COLTYPE_VALUE or rowCol::COLTYPE_ELEMENT | int | 
| __construct() | Konstruktor | mixed | 
Constants
COLTYPE_VALUE
        
        mixed
        $COLTYPE_VALUE
        = 1
    
    COLTYPE_ELEMENT
        
        mixed
        $COLTYPE_ELEMENT
        = 2
    
    Properties
$name
Column name
        protected
                string
        $name
         = ''    
    $value
Column value
        protected
                mixed
        $value
         = ''    
    $class
Column class
        protected
                int
        $class
         = ''    
    $type
Column type, rowCol::COLTYPE_VALUE or rowCol::COLTYPE_ELEMENT
        protected
                int
        $type
         = ""    
    Methods
__construct()
Konstruktor
        public
                                __construct(
                    
                            $name :
                string
                            
                    
            [,                 $value :
                mixed
                 = '' ]            
                    
            [,                 $class :
                string
                 = '' ]            
                    
            [,                 $type :
                string
                 = self::COLTYPE_VALUE ]            
                )
        : mixed
    
    
            Parameters
- $name : string
- $value : mixed = ''
- $class : string = ''
- $type : string = self::COLTYPE_VALUE