TYPO3 CMS  TYPO3_6-2
AddJsFileViewHelper.php
Go to the documentation of this file.
1 <?php
3 
23 
32  public function render($file) {
33  $doc = $this->getDocInstance();
34  $pageRenderer = $doc->getPageRenderer();
35  $pageRenderer->addJsFile($file);
36  }
37 
38 }