|
TYPO3 API
SVNRelease
|
00001 <?php 00002 00003 class Tx_Fluid_Core_Fixtures_TestViewHelper extends Tx_Fluid_Core_ViewHelper_AbstractViewHelper { 00004 00005 /** 00006 * My comments. Bla blubb. 00007 * 00008 * @param integer $param1 P1 Stuff 00009 * @param array $param2 P2 Stuff 00010 * @param string $param3 P3 Stuff 00011 */ 00012 public function render($param1, array $param2, $param3 = "default") { 00013 00014 } 00015 } 00016 00017 ?>
1.8.0