Neos\Flow\Tests\Functional\Mvc\ViewsConfiguration\Fixtures\TemplateView::__call PHP Méthode

__call() public méthode

Because this empty view is used as a Special Case in situations when no matching view is available, it must be able to handle method calls which originally were directed to another type of view. This magic method should prevent PHP from issuing a fatal error.
public __call ( string $methodName, array $arguments ) : void
$methodName string Name of the method
$arguments array Arguments passed to the method
Résultat void
    public function __call($methodName, array $arguments)
    {
    }