/views/collection/searchIn.php
| Controller | CollectionController |
|---|---|
| Package | application.views.collection |
| Source Code | app/views/collection/searchIn.php |
Searchs record in a particular project
Uses Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| @sort | string | select search sort order | CollectionController |
| entityType | entityType | select entity type to search | CollectionController |
| model | entity | created entity with envoked function searchCollectionIn: new entity('searchCollectionIn'); | CollectionController |
| standard | standardMetadata | select standard metadata to search | CollectionController |
Uses Details
@sort
variable
string @sort;
select search sort order
entityType
variable
entityType entityType;
select entity type to search
model
variable
entity model;
created entity with envoked function searchCollectionIn: new entity('searchCollectionIn');
standard
variable
standardMetadata standard;
select standard metadata to search