Neos\Flow\Tests\Functional\Mvc\ViewsConfiguration\Fixtures\TemplateView::assignMultiple PHP Метод

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
    public function assignMultiple(array $values)
    {
        return $this;
    }