Storm\Core\Relational\DiscardedRelationship::__construct PHP Метод

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

public __construct ( $IsIdentifying, PrimaryKey $ParentPrimaryKey, PrimaryKey $ChildPrimaryKey )
$ParentPrimaryKey PrimaryKey
$ChildPrimaryKey PrimaryKey
    public function __construct($IsIdentifying, PrimaryKey $ParentPrimaryKey, PrimaryKey $ChildPrimaryKey)
    {
        $this->IsIdentifying = $IsIdentifying;
        $this->ParentPrimaryKey = $ParentPrimaryKey;
        $this->ChildPrimaryKey = $ChildPrimaryKey;
    }