/views/collection/editMetaTypes.php
| Controller | CollectionController |
|---|---|
| Package | application.views.collection |
| Source Code | app/views/collection/editMetaTypes.php |
Show and edit project metadata types of a particular entity type
Uses Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| entityType | integer | chosen entity type id | CollectionController |
| entityTypes | array | All record types. | CollectionController |
| prjId | integer | current project id | CollectionController |
| prjMTypes | array | project metadata types | CollectionController |
Uses Details
entityType
variable
integer entityType;
chosen entity type id
entityTypes
variable
array entityTypes;
All record types.
prjId
variable
integer prjId;
current project id
prjMTypes
variable
array prjMTypes;
project metadata types