PHP Class Symfony\Component\HttpKernel\Tests\TestKernel

Inheritance: implements Symfony\Component\HttpKernel\HttpKernelInterface
Show file Open project: symfony/symfony

Public Properties

Property Type Description
$terminateCalled

Public Methods

Method Description
handle ( Request $request, $type = self::MASTER_REQUEST, $catch = true )
terminate ( )

Method Details

handle() public method

public handle ( Request $request, $type = self::MASTER_REQUEST, $catch = true )
$request Symfony\Component\HttpFoundation\Request

terminate() public method

public terminate ( )

Property Details

$terminateCalled public property

public $terminateCalled