@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | * @since 1.0 |
51 | 51 | * |
52 | 52 | * @param SemanticData $semanticData |
53 | - * @param Factory $factory |
|
53 | + * @param Factory $appFactory |
|
54 | 54 | * @param array $configuration |
55 | 55 | */ |
56 | 56 | public function __construct( SemanticData $semanticData, AppFactory $appFactory, array $configuration ) { |
@@ -137,11 +137,19 @@ discard block |
||
137 | 137 | return true; |
138 | 138 | } |
139 | 139 | |
140 | + /** |
|
141 | + * @param string|null $propertyId |
|
142 | + */ |
|
140 | 143 | protected function hasRegisteredPropertyId( $propertyId, $cachedProperties ) { |
141 | 144 | return ( DIProperty::getPredefinedPropertyTypeId( $propertyId ) === '' ) || |
142 | 145 | array_key_exists( $propertyId, $cachedProperties ); |
143 | 146 | } |
144 | 147 | |
148 | + /** |
|
149 | + * @param DIProperty $property |
|
150 | + * |
|
151 | + * @return DataItem |
|
152 | + */ |
|
145 | 153 | protected function createDataItemById( $externalId, $property ) { |
146 | 154 | |
147 | 155 | $dataItem = null; |