RDBManyToOneRelationDescription.php
34 * @param $otherMinMultiplicity The minimum number of instances at the other end (number or 'unbound')
35 * @param $otherMaxMultiplicity The maximum number of instances at the other end (number or 'unbound')
37 * @param $otherAggregationKind The aggregation kind at the other end ('none', 'shared' or 'composite')
40 * @param $hierarchyType The hierarchy type that the other end has in relation to this end ('parent', 'child', 'undefined')
41 * @param $idName The name of the attribute in the 'other' end's type, that is referenced by the foreign key attribute in 'this' end's type
44 public function __construct($thisType, $thisRole, $otherType, $otherRole, $thisMinMultiplicity, $thisMaxMultiplicity,
45 $otherMinMultiplicity, $otherMaxMultiplicity, $thisAggregationKind, $otherAggregationKind, $thisNavigability, $otherNavigability,
48 parent::__construct($thisType, $thisRole, $otherType, $otherRole, $thisMinMultiplicity, $thisMaxMultiplicity,
49 $otherMinMultiplicity, $otherMaxMultiplicity, $thisAggregationKind, $otherAggregationKind, $thisNavigability, $otherNavigability,