PHP Class appProdDebugProjectContainer, php-framework-benchmarks

This class has been auto-generated by the Symfony Dependency Injection Component.
Inheritance: extends Symfony\Component\DependencyInjection\Container
Afficher le fichier Open project: pmjones/php-framework-benchmarks

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
getParameter ( $name )
getParameterBag ( ) {@inheritDoc}
hasParameter ( $name )
setParameter ( $name, $value )

Méthodes protégées

Méthode Description
getAnnotationReaderService ( ) : Doctrine\Common\Annotations\FileCacheReader Gets the 'annotation_reader' service.
getCacheWarmerService ( ) : Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate Gets the 'cache_warmer' service.
getControllerNameConverterService ( ) : Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser Gets the 'controller_name_converter' service.
getDebug_EventDispatcherService ( ) : Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher Gets the debug.event_dispatcher service alias.
getDefaultParameters ( ) : array Gets the default parameters.
getEventDispatcherService ( ) : Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher Gets the 'event_dispatcher' service.
getFileLocatorService ( ) : Symfony\Component\HttpKernel\Config\FileLocator Gets the 'file_locator' service.
getFilesystemService ( ) : Symfony\Component\HttpKernel\Util\Filesystem Gets the 'filesystem' service.
getHttpKernelService ( ) : Symfony\Bundle\FrameworkBundle\HttpKernel Gets the 'http_kernel' service.
getKernelService ( ) Gets the 'kernel' service.
getRequestService ( ) Gets the 'request' service.
getResponseListenerService ( ) : Symfony\Component\HttpKernel\EventListener\ResponseListener Gets the 'response_listener' service.
getRouterListenerService ( ) : Symfony\Bundle\FrameworkBundle\EventListener\RouterListener Gets the 'router_listener' service.
getRouterService ( ) : Symfony\Bundle\FrameworkBundle\Routing\Router Gets the 'router' service.
getRouting_LoaderService ( ) : Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader Gets the 'routing.loader' service.
getServiceContainerService ( ) Gets the 'service_container' service.
getTemplatingService ( ) : Symfony\Bundle\FrameworkBundle\Templating\PhpEngine Gets the 'templating' service.
getTemplating_Asset_PackageFactoryService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Asset\PackageFactory Gets the 'templating.asset.package_factory' service.
getTemplating_GlobalsService ( ) : Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables Gets the 'templating.globals' service.
getTemplating_Helper_ActionsService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper Gets the 'templating.helper.actions' service.
getTemplating_Helper_AssetsService ( ) : Symfony\Component\Templating\Helper\CoreAssetsHelper Gets the 'templating.helper.assets' service.
getTemplating_Helper_CodeService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper Gets the 'templating.helper.code' service.
getTemplating_Helper_FormService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper Gets the 'templating.helper.form' service.
getTemplating_Helper_RequestService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper Gets the 'templating.helper.request' service.
getTemplating_Helper_RouterService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper Gets the 'templating.helper.router' service.
getTemplating_Helper_SessionService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper Gets the 'templating.helper.session' service.
getTemplating_Helper_SlotsService ( ) : Symfony\Component\Templating\Helper\SlotsHelper Gets the 'templating.helper.slots' service.
getTemplating_Helper_TranslatorService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper Gets the 'templating.helper.translator' service.
getTemplating_LoaderService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader Gets the 'templating.loader' service.
getTemplating_LocatorService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator Gets the 'templating.locator' service.
getTemplating_NameParserService ( ) : Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser Gets the 'templating.name_parser' service.
getTranslation_Loader_PhpService ( ) : Symfony\Component\Translation\Loader\PhpFileLoader Gets the 'translation.loader.php' service.
getTranslation_Loader_XliffService ( ) : Symfony\Component\Translation\Loader\XliffFileLoader Gets the 'translation.loader.xliff' service.
getTranslation_Loader_YmlService ( ) : Symfony\Component\Translation\Loader\YamlFileLoader Gets the 'translation.loader.yml' service.
getTranslatorService ( ) : Symfony\Component\Translation\IdentityTranslator Gets the 'translator' service.
getTranslator_DefaultService ( ) : Symfony\Bundle\FrameworkBundle\Translation\Translator Gets the 'translator.default' service.
getTranslator_SelectorService ( ) : Symfony\Component\Translation\MessageSelector Gets the 'translator.selector' service.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

getAnnotationReaderService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getAnnotationReaderService ( ) : Doctrine\Common\Annotations\FileCacheReader
Résultat Doctrine\Common\Annotations\FileCacheReader A Doctrine\Common\Annotations\FileCacheReader instance.

getCacheWarmerService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getCacheWarmerService ( ) : Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
Résultat Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate A Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate instance.

getControllerNameConverterService() protected méthode

This service is shared. This method always returns the same instance of the service. This service is private. If you want to be able to request this service from the container directly, make it public, otherwise you might end up with broken code.
protected getControllerNameConverterService ( ) : Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
Résultat Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser A Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser instance.

getDebug_EventDispatcherService() protected méthode

Gets the debug.event_dispatcher service alias.
protected getDebug_EventDispatcherService ( ) : Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher
Résultat Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher An instance of the event_dispatcher service

getDefaultParameters() protected méthode

Gets the default parameters.
protected getDefaultParameters ( ) : array
Résultat array An array of the default parameters

getEventDispatcherService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getEventDispatcherService ( ) : Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher
Résultat Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher A Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher instance.

getFileLocatorService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getFileLocatorService ( ) : Symfony\Component\HttpKernel\Config\FileLocator
Résultat Symfony\Component\HttpKernel\Config\FileLocator A Symfony\Component\HttpKernel\Config\FileLocator instance.

getFilesystemService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getFilesystemService ( ) : Symfony\Component\HttpKernel\Util\Filesystem
Résultat Symfony\Component\HttpKernel\Util\Filesystem A Symfony\Component\HttpKernel\Util\Filesystem instance.

getHttpKernelService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getHttpKernelService ( ) : Symfony\Bundle\FrameworkBundle\HttpKernel
Résultat Symfony\Bundle\FrameworkBundle\HttpKernel A Symfony\Bundle\FrameworkBundle\HttpKernel instance.

getKernelService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getKernelService ( )

getParameter() public méthode

public getParameter ( $name )

getParameterBag() public méthode

{@inheritDoc}
public getParameterBag ( )

getRequestService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getRequestService ( )

getResponseListenerService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getResponseListenerService ( ) : Symfony\Component\HttpKernel\EventListener\ResponseListener
Résultat Symfony\Component\HttpKernel\EventListener\ResponseListener A Symfony\Component\HttpKernel\EventListener\ResponseListener instance.

getRouterListenerService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getRouterListenerService ( ) : Symfony\Bundle\FrameworkBundle\EventListener\RouterListener
Résultat Symfony\Bundle\FrameworkBundle\EventListener\RouterListener A Symfony\Bundle\FrameworkBundle\EventListener\RouterListener instance.

getRouterService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getRouterService ( ) : Symfony\Bundle\FrameworkBundle\Routing\Router
Résultat Symfony\Bundle\FrameworkBundle\Routing\Router A Symfony\Bundle\FrameworkBundle\Routing\Router instance.

getRouting_LoaderService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getRouting_LoaderService ( ) : Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
Résultat Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader A Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader instance.

getServiceContainerService() protected méthode

This service is shared. This method always returns the same instance of the service.

getTemplatingService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTemplatingService ( ) : Symfony\Bundle\FrameworkBundle\Templating\PhpEngine
Résultat Symfony\Bundle\FrameworkBundle\Templating\PhpEngine A Symfony\Bundle\FrameworkBundle\Templating\PhpEngine instance.

getTemplating_Asset_PackageFactoryService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Asset_PackageFactoryService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Asset\PackageFactory
Résultat Symfony\Bundle\FrameworkBundle\Templating\Asset\PackageFactory A Symfony\Bundle\FrameworkBundle\Templating\Asset\PackageFactory instance.

getTemplating_GlobalsService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTemplating_GlobalsService ( ) : Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables
Résultat Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables A Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables instance.

getTemplating_Helper_ActionsService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_ActionsService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper
Résultat Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper instance.

getTemplating_Helper_AssetsService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_AssetsService ( ) : Symfony\Component\Templating\Helper\CoreAssetsHelper
Résultat Symfony\Component\Templating\Helper\CoreAssetsHelper A Symfony\Component\Templating\Helper\CoreAssetsHelper instance.

getTemplating_Helper_CodeService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_CodeService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper
Résultat Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper instance.

getTemplating_Helper_FormService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_FormService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper
Résultat Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper instance.

getTemplating_Helper_RequestService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_RequestService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper
Résultat Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper instance.

getTemplating_Helper_RouterService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_RouterService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper
Résultat Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper instance.

getTemplating_Helper_SessionService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_SessionService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper
Résultat Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper instance.

getTemplating_Helper_SlotsService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_SlotsService ( ) : Symfony\Component\Templating\Helper\SlotsHelper
Résultat Symfony\Component\Templating\Helper\SlotsHelper A Symfony\Component\Templating\Helper\SlotsHelper instance.

getTemplating_Helper_TranslatorService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_TranslatorService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper
Résultat Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper instance.

getTemplating_LoaderService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTemplating_LoaderService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
Résultat Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader A Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader instance.

getTemplating_LocatorService() protected méthode

This service is shared. This method always returns the same instance of the service. This service is private. If you want to be able to request this service from the container directly, make it public, otherwise you might end up with broken code.
protected getTemplating_LocatorService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
Résultat Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator A Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator instance.

getTemplating_NameParserService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTemplating_NameParserService ( ) : Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
Résultat Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser A Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser instance.

getTranslation_Loader_PhpService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTranslation_Loader_PhpService ( ) : Symfony\Component\Translation\Loader\PhpFileLoader
Résultat Symfony\Component\Translation\Loader\PhpFileLoader A Symfony\Component\Translation\Loader\PhpFileLoader instance.

getTranslation_Loader_XliffService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTranslation_Loader_XliffService ( ) : Symfony\Component\Translation\Loader\XliffFileLoader
Résultat Symfony\Component\Translation\Loader\XliffFileLoader A Symfony\Component\Translation\Loader\XliffFileLoader instance.

getTranslation_Loader_YmlService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTranslation_Loader_YmlService ( ) : Symfony\Component\Translation\Loader\YamlFileLoader
Résultat Symfony\Component\Translation\Loader\YamlFileLoader A Symfony\Component\Translation\Loader\YamlFileLoader instance.

getTranslatorService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTranslatorService ( ) : Symfony\Component\Translation\IdentityTranslator
Résultat Symfony\Component\Translation\IdentityTranslator A Symfony\Component\Translation\IdentityTranslator instance.

getTranslator_DefaultService() protected méthode

This service is shared. This method always returns the same instance of the service.
protected getTranslator_DefaultService ( ) : Symfony\Bundle\FrameworkBundle\Translation\Translator
Résultat Symfony\Bundle\FrameworkBundle\Translation\Translator A Symfony\Bundle\FrameworkBundle\Translation\Translator instance.

getTranslator_SelectorService() protected méthode

This service is shared. This method always returns the same instance of the service. This service is private. If you want to be able to request this service from the container directly, make it public, otherwise you might end up with broken code.
protected getTranslator_SelectorService ( ) : Symfony\Component\Translation\MessageSelector
Résultat Symfony\Component\Translation\MessageSelector A Symfony\Component\Translation\MessageSelector instance.

hasParameter() public méthode

public hasParameter ( $name )

setParameter() public méthode

public setParameter ( $name, $value )