PHP 클래스 Neos\FluidAdaptor\ViewHelpers\BaseViewHelper

.." /> tag. The Base URI is taken from the current request. = Examples = (depending on your domain)
사용 중단: since 2.1.0 this ViewHelper is no longer required for regular links and forms
상속: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$escapeOutput boolean

공개 메소드들

메소드 설명
render ( ) : string Render the "Base" tag by outputting $httpRequest->getBaseUri()

메소드 상세

render() 공개 메소드

Render the "Base" tag by outputting $httpRequest->getBaseUri()
public render ( ) : string
리턴 string "base"-Tag.

프로퍼티 상세

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

protected bool $escapeOutput
리턴 boolean