@@ -362,7 +362,7 @@ discard block |
||
362 | 362 | * @param string $sourcePropertyName The name of the property to add to the sourceResourceType |
363 | 363 | * @param string $targetPropertyName The name of the property to add to the targetResourceType |
364 | 364 | */ |
365 | - public function addBidirectionalResourceResourceReferenceProperty(ResourceSet $sourceResourceSet,ResourceSet $targeteResourceSet, $sourcePropertyName,$targetPropertyName) |
|
365 | + public function addBidirectionalResourceResourceReferenceProperty(ResourceSet $sourceResourceSet, ResourceSet $targeteResourceSet, $sourcePropertyName, $targetPropertyName) |
|
366 | 366 | { |
367 | 367 | $this->_addBidirectionalReferencePropertyInternal( |
368 | 368 | $sourceResourceSet, |
@@ -384,7 +384,7 @@ discard block |
||
384 | 384 | * @param string $sourcePropertyName The name of the property to add to the sourceResourceType |
385 | 385 | * @param string $targetPropertyName The name of the property to add to the targetResourceType |
386 | 386 | */ |
387 | - public function addBidirectionalResourceResourceSetReferenceProperty(ResourceSet $sourceResourceSet,ResourceSet $targeteResourceSet, $sourcePropertyName,$targetPropertyName) |
|
387 | + public function addBidirectionalResourceResourceSetReferenceProperty(ResourceSet $sourceResourceSet, ResourceSet $targeteResourceSet, $sourcePropertyName, $targetPropertyName) |
|
388 | 388 | { |
389 | 389 | $this->_addBidirectionalReferencePropertyInternal( |
390 | 390 | $sourceResourceSet, |
@@ -406,7 +406,7 @@ discard block |
||
406 | 406 | * @param string $sourcePropertyName The name of the property to add to the sourceResourceType |
407 | 407 | * @param string $targetPropertyName The name of the property to add to the targetResourceType |
408 | 408 | */ |
409 | - public function addBidirectionalResourceSetResourceReferenceProperty(ResourceSet $sourceResourceSet,ResourceSet $targeteResourceSet, $sourcePropertyName,$targetPropertyName) |
|
409 | + public function addBidirectionalResourceSetResourceReferenceProperty(ResourceSet $sourceResourceSet, ResourceSet $targeteResourceSet, $sourcePropertyName, $targetPropertyName) |
|
410 | 410 | { |
411 | 411 | $this->_addBidirectionalReferencePropertyInternal( |
412 | 412 | $sourceResourceSet, |
@@ -428,7 +428,7 @@ discard block |
||
428 | 428 | * @param string $sourcePropertyName The name of the property to add to the sourceResourceType |
429 | 429 | * @param string $targetPropertyName The name of the property to add to the targetResourceType |
430 | 430 | */ |
431 | - public function addBidirectionalResourceSetResourceSetReferenceProperty(ResourceSet $sourceResourceSet,ResourceSet $targeteResourceSet, $sourcePropertyName,$targetPropertyName) |
|
431 | + public function addBidirectionalResourceSetResourceSetReferenceProperty(ResourceSet $sourceResourceSet, ResourceSet $targeteResourceSet, $sourcePropertyName, $targetPropertyName) |
|
432 | 432 | { |
433 | 433 | $this->_addBidirectionalReferencePropertyInternal( |
434 | 434 | $sourceResourceSet, |
@@ -174,9 +174,9 @@ |
||
174 | 174 | return $sourceType->getName() . '_' . $linkName . '_' . $targetResourceSet->getResourceType()->getName(); |
175 | 175 | } |
176 | 176 | |
177 | - public static function BidirectionalKeyName(ResourceType $sourceType, ResourceType $targetType, $sourceLinkName, $targetLinkName) |
|
177 | + public static function BidirectionalKeyName(ResourceType $sourceType, ResourceType $targetType, $sourceLinkName, $targetLinkName) |
|
178 | 178 | { |
179 | - return $sourceType->getName() . '_' . $sourceLinkName. '_' . $targetType->getName() . '_' . $targetLinkName; |
|
179 | + return $sourceType->getName() . '_' . $sourceLinkName . '_' . $targetType->getName() . '_' . $targetLinkName; |
|
180 | 180 | } |
181 | 181 | |
182 | 182 | } |