thumbnail()

FIXME document all attributes for Bigace 3.0

The thumbnail ViewHelper does something ...

-> Since BIGACE 3.0

Further infos at the ViewHelper thumbnail() PHPDoc.

Attributes

  • $item - (required, unknown_type) The $item defines ...

  • $params - (optional, array) The $params defines ....

Example

This example shows to ...

:::php
<?php

  $foo = $this->thumbnail();

?>