PHP 클래스 Neos\Fusion\Tests\Functional\TypoScriptObjects\AbstractTypoScriptObjectTest

파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$controllerContext Neos\Flow\Mvc\Controller\ControllerContext

보호된 메소드들

메소드 설명
assertMultipleTypoScriptPaths ( string $expected, string $basePath ) Used for TypoScript objects / Eel and plain value interoperability testing.
assertTypoScriptPath ( string $expected, string $path ) Renders the given TypoScript path and asserts that the result is the same es the given expected.
buildView ( ) : FusionView Helper to build a Fusion view object

메소드 상세

assertMultipleTypoScriptPaths() 보호된 메소드

Renders TypoScripts in the following paths and expects given $expected as result each time: $basePath . 'TypoScript' $basePath . 'Eel' $basePath . 'PlainValue'
protected assertMultipleTypoScriptPaths ( string $expected, string $basePath )
$expected string
$basePath string

assertTypoScriptPath() 보호된 메소드

Renders the given TypoScript path and asserts that the result is the same es the given expected.
protected assertTypoScriptPath ( string $expected, string $path )
$expected string
$path string

buildView() 보호된 메소드

Helper to build a Fusion view object
protected buildView ( ) : FusionView
리턴 Neos\Fusion\View\FusionView

프로퍼티 상세

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

protected ControllerContext,Neos\Flow\Mvc\Controller $controllerContext
리턴 Neos\Flow\Mvc\Controller\ControllerContext