Neos\Flow\Mvc\View\AbstractView::createWithOptions PHP Méthode

createWithOptions() public static méthode

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