TYPO3  7.6
TestViewHelper.php
Go to the documentation of this file.
1 <?php
2 namespace TYPO3\CMS\Fluid\Tests\Unit\Core\Fixtures;
3 
5 {
13  public function render($param1, array $param2, $param3 = 'default')
14  {
15  }
16 }