PHP Class Neos\FluidAdaptor\ViewHelpers\Uri\EmailViewHelper

Currently the specified email is simply prepended by "mailto:" but we might add spam protection. = Examples = mailto:[email protected]
Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Show file Open project: neos/flow-development-collection Class Usage Examples

Public Methods

Method Description
render ( string $email ) : string

Method Details

render() public method

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