PHP Класс ProjectServiceContainer

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

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

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

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

Метод Описание
getDefaultParameters ( ) : array Gets the default parameters.
getFooService ( ) : Foo Gets the 'foo' service.
getServiceFromAnonymousFactoryService ( ) : Bar\FooClass Gets the 'service_from_anonymous_factory' service.
getServiceWithMethodCallAndFactoryService ( ) : Bar\FooClass Gets the 'service_with_method_call_and_factory' service.

Приватные методы

Метод Описание
getDynamicParameter ( $name ) : mixed Computes a dynamic parameter.

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

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

Constructor.
public __construct ( )

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

public compile ( )

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

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

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

This service is autowired.
protected getFooService ( ) : Foo
Результат Foo A Foo instance

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

public getParameter ( $name )

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

public getParameterBag ( )

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

This service is shared. This method always returns the same instance of the service.
protected getServiceFromAnonymousFactoryService ( ) : Bar\FooClass
Результат Bar\FooClass A Bar\FooClass instance

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

This service is shared. This method always returns the same instance of the service.
protected getServiceWithMethodCallAndFactoryService ( ) : Bar\FooClass
Результат Bar\FooClass A Bar\FooClass instance

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

public hasParameter ( $name )

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

public isFrozen ( )

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

public setParameter ( $name, $value )