TYPO3 CMS  TYPO3_6-2
ViewInterface.php
Go to the documentation of this file.
1 <?php
3 
21 interface ViewInterface {
22 
29  public function setControllerContext(\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext);
30 
40  public function assign($key, $value);
41 
49  public function assignMultiple(array $values);
50 
58  public function canRender(\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext);
59 
66  public function render();
67 
74  public function initializeView();
75 }
setControllerContext(\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext)
canRender(\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext)