PHP 클래스 Neos\FluidAdaptor\ViewHelpers\Link\ExternalViewHelper

= Examples = external link external link external ftp link external ftp link
상속: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractTagBasedViewHelper
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$tagName string

공개 메소드들

메소드 설명
initializeArguments ( ) : void Initialize arguments
render ( string $uri, string $defaultScheme = 'http' ) : string

메소드 상세

initializeArguments() 공개 메소드

Initialize arguments
public initializeArguments ( ) : void
리턴 void

render() 공개 메소드

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
리턴 string Rendered link

프로퍼티 상세

$tagName 보호되어 있는 프로퍼티

protected string $tagName
리턴 string