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;
    }