ez.no / exponential / documentation / reference / data fetching / content / collected_info_collection
fetch( 'content', 'collected_info_collection', hash( 'collection_id', id, 'contentobject_id', id ) )
| Name | Type | Description | Required |
|---|---|---|---|
| collection_id | integer | The id of the collection to fetch | yes |
| contentobject_id | integer | The id of the object to fetch | yes |
An ezinformationcollection object
Fetch an information collection and print the classattribute name of all collected attributes.
{let collection=fetch( 'content', 'collected_info_collection', hash( 'collection_id', 333, 'contentobject_id', 353 ) )} {section var=attribute loop=$collection.attributes} {$attribute.contentclass_attribute_name} {/section} {/let}
Comments