__construct() публичный Метод

public __construct ( Storm\Core\Object\IRelationshipProperty $RelationshipProperty, Storm\Core\Relational\IRelation $Relation, $LoadingMode )
$RelationshipProperty Storm\Core\Object\IRelationshipProperty
$Relation Storm\Core\Relational\IRelation
 public function __construct(Object\IEntityProperty $EntityProperty, Relational\IToOneRelation $ToOneRelation, $LoadingMode)
 {
     parent::__construct($EntityProperty, $ToOneRelation, $LoadingMode);
 }
 public function __construct(Object\ICollectionProperty $CollectionProperty, Relational\IToManyRelation $ToManyRelation, $LoadingMode)
 {
     parent::__construct($CollectionProperty, $ToManyRelation, $LoadingMode);
 }