PHP 클래스 Neos\Flow\Tests\Functional\Mvc\ViewsConfiguration\Fixtures\TemplateView

상속: extends Neos\Flow\Mvc\View\AbstractView
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$supportedOptions array

공개 메소드들

메소드 설명
__call ( string $methodName, array $arguments ) : void A magic call method.
assign ( string $key, mixed $value ) : Neos\Flow\Mvc\View\EmptyView Dummy method to satisfy the ViewInterface
assignMultiple ( array $values ) : Neos\Flow\Mvc\View\EmptyView Dummy method to satisfy the ViewInterface
canRender ( ControllerContext $controllerContext ) : boolean This view can be used in any case.
render ( ) : string Renders the empty view
setControllerContext ( ControllerContext $controllerContext ) : void Dummy method to satisfy the ViewInterface

메소드 상세

__call() 공개 메소드

Because this empty view is used as a Special Case in situations when no matching view is available, it must be able to handle method calls which originally were directed to another type of view. This magic method should prevent PHP from issuing a fatal error.
public __call ( string $methodName, array $arguments ) : void
$methodName string Name of the method
$arguments array Arguments passed to the method
리턴 void

assign() 공개 메소드

Dummy method to satisfy the ViewInterface
public assign ( string $key, mixed $value ) : Neos\Flow\Mvc\View\EmptyView
$key string
$value mixed
리턴 Neos\Flow\Mvc\View\EmptyView instance of $this to allow chaining

assignMultiple() 공개 메소드

Dummy method to satisfy the ViewInterface
public assignMultiple ( array $values ) : Neos\Flow\Mvc\View\EmptyView
$values array
리턴 Neos\Flow\Mvc\View\EmptyView instance of $this to allow chaining

canRender() 공개 메소드

This view can be used in any case.
public canRender ( ControllerContext $controllerContext ) : boolean
$controllerContext Neos\Flow\Mvc\Controller\ControllerContext
리턴 boolean TRUE

render() 공개 메소드

Renders the empty view
public render ( ) : string
리턴 string An empty string

setControllerContext() 공개 메소드

Dummy method to satisfy the ViewInterface
public setControllerContext ( ControllerContext $controllerContext ) : void
$controllerContext Neos\Flow\Mvc\Controller\ControllerContext
리턴 void

프로퍼티 상세

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

protected array $supportedOptions
리턴 array