Neos\Flow\Tests\Functional\Mvc\ViewsConfiguration\Fixtures\TemplateView::__call PHP 메소드

__call() 공개 메소드

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
리턴 void
    public function __call($methodName, array $arguments)
    {
    }