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
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$tagName string

Méthodes publiques

Méthode Description
initializeArguments ( ) : void Arguments initialization
render ( string $email ) : string

Method Details

initializeArguments() public méthode

Arguments initialization
public initializeArguments ( ) : void
Résultat void

render() public méthode

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

Property Details

$tagName protected_oe property

protected string $tagName
Résultat string