PHP 클래스 Symfony\Bundle\FrameworkBundle\Client

저자: Fabien Potencier ([email protected])
상속: extends Symfony\Component\HttpKernel\Client
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 1 사용 예제들

공개 메소드들

메소드 설명
getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface Returns the container.
getKernel ( ) : Symfony\Component\HttpKernel\HttpKernelInterface Returns the kernel.
getProfile ( ) : Symfony\Component\HttpKernel\Profiler\Profile Gets the profile associated with the current Response.

보호된 메소드들

메소드 설명
doRequest ( Request $request ) : Response Makes a request.
getScript ( Request $request ) : string Returns the script to execute when the request must be insulated.

메소드 상세

doRequest() 보호된 메소드

Makes a request.
protected doRequest ( Request $request ) : Response
$request Symfony\Component\HttpFoundation\Request A Request instance
리턴 Symfony\Component\HttpFoundation\Response A Response instance

getContainer() 공개 메소드

Returns the container.
public getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface
리턴 Symfony\Component\DependencyInjection\ContainerInterface

getKernel() 공개 메소드

Returns the kernel.
public getKernel ( ) : Symfony\Component\HttpKernel\HttpKernelInterface
리턴 Symfony\Component\HttpKernel\HttpKernelInterface

getProfile() 공개 메소드

Gets the profile associated with the current Response.
public getProfile ( ) : Symfony\Component\HttpKernel\Profiler\Profile
리턴 Symfony\Component\HttpKernel\Profiler\Profile A Profile instance

getScript() 보호된 메소드

Returns the script to execute when the request must be insulated.
protected getScript ( Request $request ) : string
$request Symfony\Component\HttpFoundation\Request A Request instance
리턴 string The script content