Neos\Flow\Mvc\View\AbstractView::createWithOptions PHP Method

createWithOptions() public static method

Factory method to create an instance with given options.
public static createWithOptions ( array $options ) : Neos\Flow\Mvc\View\ViewInterface
$options array
return Neos\Flow\Mvc\View\ViewInterface
    public static function createWithOptions(array $options)
    {
        return new static($options);
    }