PHP Class Neos\FluidAdaptor\ViewHelpers\Link\EmailViewHelper

Generates an email link. = Examples = [email protected] some custom content some custom content
Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractTagBasedViewHelper
Show file Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$tagName string

Public Methods

Method Description
initializeArguments ( ) : void Arguments initialization
render ( string $email ) : string

Method Details

initializeArguments() public method

Arguments initialization
public initializeArguments ( ) : void
return void

render() public method

public render ( string $email ) : string
$email string The email address to be turned into a link.
return string Rendered email link

Property Details

$tagName protected property

protected string $tagName
return string