userProfileLink()

FIXME document all attributes for Bigace 3.0

The userProfileLink ViewHelper does something ...

-> Since BIGACE 3.0

Further infos at the ViewHelper userProfileLink() PHPDoc.

Attributes

  • $user - (required, mixed) The $user defines ...

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

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

Example

This example shows to ...

:::php
<?php

  $foo = $this->userProfileLink();

?>