PHP 클래스 Symfony\Component\DependencyInjection\ContainerAware

상속: implements Symfony\Component\DependencyInjection\ContainerAwareInterface
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$container Symfony\Component\DependencyInjection\ContainerInterface

공개 메소드들

메소드 설명
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null ) Sets the Container associated with this Controller.

메소드 상세

setContainer() 공개 메소드

Sets the Container associated with this Controller.
public setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
$container Symfony\Component\DependencyInjection\ContainerInterface A ContainerInterface instance

프로퍼티 상세

$container 보호되어 있는 프로퍼티

protected ContainerInterface,Symfony\Component\DependencyInjection $container
리턴 Symfony\Component\DependencyInjection\ContainerInterface