PHP Класс appProdDebugProjectContainer, php-framework-benchmarks

This class has been auto-generated by the Symfony Dependency Injection Component.
Наследование: extends Symfony\Component\DependencyInjection\Container
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( ) Constructor.
getParameter ( $name )
getParameterBag ( ) {@inheritDoc}
hasParameter ( $name )
setParameter ( $name, $value )

Защищенные методы

Метод Описание
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.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( )

getAnnotationReaderService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getAnnotationReaderService ( ) : Doctrine\Common\Annotations\FileCacheReader
Результат Doctrine\Common\Annotations\FileCacheReader A Doctrine\Common\Annotations\FileCacheReader instance.

getCacheWarmerService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getCacheWarmerService ( ) : Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
Результат Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate A Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate instance.

getControllerNameConverterService() защищенный Метод

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
Результат Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser A Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser instance.

getDebug_EventDispatcherService() защищенный Метод

Gets the debug.event_dispatcher service alias.
protected getDebug_EventDispatcherService ( ) : Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher
Результат Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher An instance of the event_dispatcher service

getDefaultParameters() защищенный Метод

Gets the default parameters.
protected getDefaultParameters ( ) : array
Результат array An array of the default parameters

getEventDispatcherService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getEventDispatcherService ( ) : Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher
Результат Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher A Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher instance.

getFileLocatorService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getFileLocatorService ( ) : Symfony\Component\HttpKernel\Config\FileLocator
Результат Symfony\Component\HttpKernel\Config\FileLocator A Symfony\Component\HttpKernel\Config\FileLocator instance.

getFilesystemService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getFilesystemService ( ) : Symfony\Component\HttpKernel\Util\Filesystem
Результат Symfony\Component\HttpKernel\Util\Filesystem A Symfony\Component\HttpKernel\Util\Filesystem instance.

getHttpKernelService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getHttpKernelService ( ) : Symfony\Bundle\FrameworkBundle\HttpKernel
Результат Symfony\Bundle\FrameworkBundle\HttpKernel A Symfony\Bundle\FrameworkBundle\HttpKernel instance.

getKernelService() защищенный Метод

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

getParameter() публичный Метод

public getParameter ( $name )

getParameterBag() публичный Метод

{@inheritDoc}
public getParameterBag ( )

getRequestService() защищенный Метод

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

getResponseListenerService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getResponseListenerService ( ) : Symfony\Component\HttpKernel\EventListener\ResponseListener
Результат Symfony\Component\HttpKernel\EventListener\ResponseListener A Symfony\Component\HttpKernel\EventListener\ResponseListener instance.

getRouterListenerService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getRouterListenerService ( ) : Symfony\Bundle\FrameworkBundle\EventListener\RouterListener
Результат Symfony\Bundle\FrameworkBundle\EventListener\RouterListener A Symfony\Bundle\FrameworkBundle\EventListener\RouterListener instance.

getRouterService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getRouterService ( ) : Symfony\Bundle\FrameworkBundle\Routing\Router
Результат Symfony\Bundle\FrameworkBundle\Routing\Router A Symfony\Bundle\FrameworkBundle\Routing\Router instance.

getRouting_LoaderService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getRouting_LoaderService ( ) : Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
Результат Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader A Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader instance.

getServiceContainerService() защищенный Метод

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

getTemplatingService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTemplatingService ( ) : Symfony\Bundle\FrameworkBundle\Templating\PhpEngine
Результат Symfony\Bundle\FrameworkBundle\Templating\PhpEngine A Symfony\Bundle\FrameworkBundle\Templating\PhpEngine instance.

getTemplating_Asset_PackageFactoryService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Asset_PackageFactoryService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Asset\PackageFactory
Результат Symfony\Bundle\FrameworkBundle\Templating\Asset\PackageFactory A Symfony\Bundle\FrameworkBundle\Templating\Asset\PackageFactory instance.

getTemplating_GlobalsService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTemplating_GlobalsService ( ) : Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables
Результат Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables A Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables instance.

getTemplating_Helper_ActionsService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_ActionsService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper
Результат Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper instance.

getTemplating_Helper_AssetsService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_AssetsService ( ) : Symfony\Component\Templating\Helper\CoreAssetsHelper
Результат Symfony\Component\Templating\Helper\CoreAssetsHelper A Symfony\Component\Templating\Helper\CoreAssetsHelper instance.

getTemplating_Helper_CodeService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_CodeService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper
Результат Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper instance.

getTemplating_Helper_FormService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_FormService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper
Результат Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper instance.

getTemplating_Helper_RequestService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_RequestService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper
Результат Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper instance.

getTemplating_Helper_RouterService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_RouterService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper
Результат Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper instance.

getTemplating_Helper_SessionService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_SessionService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper
Результат Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper instance.

getTemplating_Helper_SlotsService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_SlotsService ( ) : Symfony\Component\Templating\Helper\SlotsHelper
Результат Symfony\Component\Templating\Helper\SlotsHelper A Symfony\Component\Templating\Helper\SlotsHelper instance.

getTemplating_Helper_TranslatorService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTemplating_Helper_TranslatorService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper
Результат Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper A Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper instance.

getTemplating_LoaderService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTemplating_LoaderService ( ) : Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
Результат Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader A Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader instance.

getTemplating_LocatorService() защищенный Метод

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
Результат Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator A Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator instance.

getTemplating_NameParserService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTemplating_NameParserService ( ) : Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
Результат Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser A Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser instance.

getTranslation_Loader_PhpService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTranslation_Loader_PhpService ( ) : Symfony\Component\Translation\Loader\PhpFileLoader
Результат Symfony\Component\Translation\Loader\PhpFileLoader A Symfony\Component\Translation\Loader\PhpFileLoader instance.

getTranslation_Loader_XliffService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTranslation_Loader_XliffService ( ) : Symfony\Component\Translation\Loader\XliffFileLoader
Результат Symfony\Component\Translation\Loader\XliffFileLoader A Symfony\Component\Translation\Loader\XliffFileLoader instance.

getTranslation_Loader_YmlService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTranslation_Loader_YmlService ( ) : Symfony\Component\Translation\Loader\YamlFileLoader
Результат Symfony\Component\Translation\Loader\YamlFileLoader A Symfony\Component\Translation\Loader\YamlFileLoader instance.

getTranslatorService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTranslatorService ( ) : Symfony\Component\Translation\IdentityTranslator
Результат Symfony\Component\Translation\IdentityTranslator A Symfony\Component\Translation\IdentityTranslator instance.

getTranslator_DefaultService() защищенный Метод

This service is shared. This method always returns the same instance of the service.
protected getTranslator_DefaultService ( ) : Symfony\Bundle\FrameworkBundle\Translation\Translator
Результат Symfony\Bundle\FrameworkBundle\Translation\Translator A Symfony\Bundle\FrameworkBundle\Translation\Translator instance.

getTranslator_SelectorService() защищенный Метод

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
Результат Symfony\Component\Translation\MessageSelector A Symfony\Component\Translation\MessageSelector instance.

hasParameter() публичный Метод

public hasParameter ( $name )

setParameter() публичный Метод

public setParameter ( $name, $value )