@@ -99,6 +99,10 @@ |
||
99 | 99 | } |
100 | 100 | } |
101 | 101 | |
102 | + /** |
|
103 | + * @param Registry $propertyRegistry |
|
104 | + * @param PropertyDefinitions $propertyDefinitions |
|
105 | + */ |
|
102 | 106 | private function addPropertyDefinition( $propertyRegistry, $propertyDefinitions, $definition, $aliases ) { |
103 | 107 | |
104 | 108 | $visible = isset( $definition['show'] ) ? $definition['show'] : false; |