@@ -84,6 +84,12 @@ |
||
84 | 84 | $this->isConnected = $isConnected; |
85 | 85 | } |
86 | 86 | |
87 | + /** |
|
88 | + * @param boolean $isConnected |
|
89 | + * @param integer $id |
|
90 | + * @param string $userId |
|
91 | + * @param string $linkedId |
|
92 | + */ |
|
87 | 93 | public static function fromConfig( |
88 | 94 | AttributeAggregationAttributeConfiguration $enabledAttribute, |
89 | 95 | $isConnected, |