languages()

FIXME document all attributes for Bigace 3.0

The languages ViewHelper does something ...

-> Since BIGACE 3.0

Further infos at the ViewHelper languages() PHPDoc.

Attributes

  • $locale - (optional, string) The $locale defines ...

  • $langObjects - (optional, boolean) The $langObjects defines ....

Example

This example shows to ...

:::php
<?php

  $foo = $this->languages();

?>