editorLink()

FIXME document all attributes for Bigace 3.0

The editorLink ViewHelper does something ...

-> Since BIGACE 3.0

Further infos at the ViewHelper editorLink() PHPDoc.

Attributes

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

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

Example

This example shows to ...

:::php
<?php

  $foo = $this->editorLink();

?>