40 public function render($path, $extensionName = NULL, $absolute = FALSE) {
41 if ($extensionName === NULL) {
42 $extensionName = $this->controllerContext->getRequest()->getControllerExtensionName();
47 if (
TYPO3_MODE ===
'BE' && $absolute === FALSE && $uri !== FALSE) {
50 if ($absolute === TRUE) {
51 $uri = $this->controllerContext->getRequest()->getBaseURI() . $uri;
render($path, $extensionName=NULL, $absolute=FALSE)
static camelCaseToLowerCaseUnderscored($string)
static getFileAbsFileName($filename, $onlyRelative=TRUE, $relToTYPO3_mainDir=FALSE)
static stripPathSitePrefix($path)