Neos\Flow\Tests\Functional\Mvc\ViewsConfiguration\Fixtures\TemplateView::assign PHP 메소드

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
    public function assign($key, $value)
    {
        return $this;
    }