email()

FIXME document all attributes for Bigace 3.0

The email ViewHelper does something ...

-> Since BIGACE 3.0

Further infos at the ViewHelper email() PHPDoc.

Attributes

  • $address - (required, string) The $address defines ...

  • $text - (optional, unknown_type) The $text defines ....

  • $extra - (optional, unknown_type) The $extra defines ....

Example

This example shows to ...

:::php
<?php

  $foo = $this->email();

?>