/views/collection/cvRelationList.php
| Controller | CollectionController |
|---|---|
| Package | application.views.collection |
| Source Code | app/views/collection/cvRelationList.php |
List and create controlled Vocabulary metadata type relationships
Uses Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| cvListA | integer | the controlled Vocabulary list item linked to $metadataTypeA | CollectionController |
| metadataTypeA | prjMetadataType | the first metadata type in the relationship | CollectionController |
| metadataTypeB | prjMetadataType | the second metadata type in the relationship | CollectionController |
| metadataTypes | array | project metadata type array for the selected entity type | CollectionController |
| relaTypesList | array | relationship list | CollectionController |
| selectedCvListB | array | the controlled Vocabulary list item Added to $metadataTypeB | CollectionController |
| selectedRela | integer | selected relationship id (relaMetadataType related metadata types) | CollectionController |
| selectedType | integer | selected entity type to add into the relationship | CollectionController |
Uses Details
cvListA
variable
integer cvListA;
the controlled Vocabulary list item linked to $metadataTypeA
metadataTypeA
variable
prjMetadataType metadataTypeA;
the first metadata type in the relationship
metadataTypeB
variable
prjMetadataType metadataTypeB;
the second metadata type in the relationship
metadataTypes
variable
array metadataTypes;
project metadata type array for the selected entity type
relaTypesList
variable
array relaTypesList;
relationship list
selectedCvListB
variable
array selectedCvListB;
the controlled Vocabulary list item Added to $metadataTypeB
selectedRela
variable
integer selectedRela;
selected relationship id (relaMetadataType related metadata types)
selectedType
variable
integer selectedType;
selected entity type to add into the relationship