ez.no / exponential / documentation / reference / data fetching / class / attribute_list
fetch( 'class', 'attribute_list', hash( 'class_id', id ) )
| Name | Type | Description | Required |
|---|---|---|---|
| id | interger | Class ID | yes |
Array containing class attributes.
Fetch class attributes, and return array containing eZContentClassAttribute objects.
{fetch( 'class', 'attribute_list', hash( 'class_id', 2 ) )}
returns array containing all attributes of the Article class.
Log in or create a user account to comment.
Comments