TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Workspaces\Service\AdditionalResourceService Class Reference
Inheritance diagram for TYPO3\CMS\Workspaces\Service\AdditionalResourceService:
TYPO3\CMS\Core\SingletonInterface

Public Member Functions

 addJavaScriptResource ($name, $resourcePath)
 
 addStylesheetResource ($name, $resourcePath)
 
 getJavaScriptResources ()
 
 getStyleSheetResources ()
 

Static Public Member Functions

static getInstance ()
 
static getObjectManager ()
 

Protected Member Functions

 resolvePath ($resourcePath)
 

Protected Attributes

 $javaScriptResources = array()
 
 $stylesheetResources = array()
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Service for additional columns in GridPanel

Author
Oliver Hader olive.nosp@m.r.ha.nosp@m.der@t.nosp@m.ypo3.nosp@m..org

Definition at line 21 of file AdditionalResourceService.php.

Member Function Documentation

◆ addJavaScriptResource()

TYPO3\CMS\Workspaces\Service\AdditionalResourceService::addJavaScriptResource (   $name,
  $resourcePath 
)
Parameters
string$name
string$resourcePath
Returns
void

Definition at line 52 of file AdditionalResourceService.php.

References TYPO3\CMS\Workspaces\Service\AdditionalResourceService\resolvePath().

◆ addStylesheetResource()

TYPO3\CMS\Workspaces\Service\AdditionalResourceService::addStylesheetResource (   $name,
  $resourcePath 
)
Parameters
string$name
string$resourcePath
Returns
void

Definition at line 61 of file AdditionalResourceService.php.

References TYPO3\CMS\Workspaces\Service\AdditionalResourceService\resolvePath().

◆ getInstance()

static TYPO3\CMS\Workspaces\Service\AdditionalResourceService::getInstance ( )
static
Returns

Definition at line 36 of file AdditionalResourceService.php.

◆ getJavaScriptResources()

TYPO3\CMS\Workspaces\Service\AdditionalResourceService::getJavaScriptResources ( )

◆ getObjectManager()

static TYPO3\CMS\Workspaces\Service\AdditionalResourceService::getObjectManager ( )
static
Returns

Definition at line 43 of file AdditionalResourceService.php.

◆ getStyleSheetResources()

TYPO3\CMS\Workspaces\Service\AdditionalResourceService::getStyleSheetResources ( )

◆ resolvePath()

TYPO3\CMS\Workspaces\Service\AdditionalResourceService::resolvePath (   $resourcePath)
protected

Member Data Documentation

◆ $javaScriptResources

TYPO3\CMS\Workspaces\Service\AdditionalResourceService::$javaScriptResources = array()
protected

◆ $stylesheetResources

TYPO3\CMS\Workspaces\Service\AdditionalResourceService::$stylesheetResources = array()
protected