PHP Class Neos\FluidAdaptor\ViewHelpers\Link\ExternalViewHelper

= Examples = external link external link external ftp link external ftp link
Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractTagBasedViewHelper
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$tagName string

Public Methods

Method Description
initializeArguments ( ) : void Initialize arguments
render ( string $uri, string $defaultScheme = 'http' ) : string

Method Details

initializeArguments() public method

Initialize arguments
public initializeArguments ( ) : void
return void

render() public method

public render ( string $uri, string $defaultScheme = 'http' ) : string
$uri string the URI that will be put in the href attribute of the rendered link tag
$defaultScheme string scheme the href attribute will be prefixed with if specified $uri does not contain a scheme already
return string Rendered link

Property Details

$tagName protected property

protected string $tagName
return string