‪TYPO3CMS  ‪main
TYPO3\CMS\Extbase\Mvc\View\GenericViewResolver Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Mvc\View\GenericViewResolver:
TYPO3\CMS\Extbase\Mvc\View\ViewResolverInterface

Public Member Functions

 __construct (ContainerInterface $container)
 
 setDefaultViewClass (string $defaultViewClass)
 
 resolve (string $controllerObjectName, string $actionName, string $format)
 

Private Attributes

ContainerInterface $container
 
string $defaultViewClass
 

Detailed Description

only to be used within Extbase, not part of TYPO3 Core API.

Definition at line 26 of file GenericViewResolver.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extbase\Mvc\View\GenericViewResolver::__construct ( ContainerInterface  $container)

Member Function Documentation

◆ resolve()

TYPO3\CMS\Extbase\Mvc\View\GenericViewResolver::resolve ( string  $controllerObjectName,
string  $actionName,
string  $format 
)

◆ setDefaultViewClass()

TYPO3\CMS\Extbase\Mvc\View\GenericViewResolver::setDefaultViewClass ( string  $defaultViewClass)

Member Data Documentation

◆ $container

ContainerInterface TYPO3\CMS\Extbase\Mvc\View\GenericViewResolver::$container
private

◆ $defaultViewClass

string TYPO3\CMS\Extbase\Mvc\View\GenericViewResolver::$defaultViewClass
private