menu()

FIXME document all attributes for Bigace 3.0

The menu ViewHelper does something ...

-> Since BIGACE 3.0

Further infos at the ViewHelper menu() PHPDoc.

Attributes

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

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

Example

This example shows to ...

:::php
<?php

  $foo = $this->menu();

?>