PHP 클래스 ProjectServiceContainer

This class has been auto-generated by the Symfony Dependency Injection Component.
상속: extends Symfony\Component\DependencyInjection\Container
파일 보기 프로젝트 열기: symfony/symfony 1 사용 예제들

공개 메소드들

메소드 설명
__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 )