@@ -10,6 +10,9 @@  | 
                                                    ||
| 10 | 10 | protected $functionalType;  | 
                                                        
| 11 | 11 | protected $hierarchy;  | 
                                                        
| 12 | 12 | |
| 13 | + /**  | 
                                                        |
| 14 | + * @param string $class  | 
                                                        |
| 15 | + */  | 
                                                        |
| 13 | 16 | public function __construct($class, $baseType, $functionalType, array $hierarchy)  | 
                                                        
| 14 | 17 |      { | 
                                                        
| 15 | 18 | $this->class = $class;  |