PHP 클래스 Codeception\Lib\Connector\Laravel5

상속: extends Symfony\Component\HttpKernel\Client
파일 보기 프로젝트 열기: janhenkgerritsen/codeception-laravel5

공개 메소드들

메소드 설명
__construct ( Illuminate\Foundation\Application $app ) Constructor.
handle ( Request $request, integer $type = self::MASTER_REQUEST, boolean $catch = true ) : Response Handle a request.
terminate ( Request $request, Response $response ) Terminates a request/response cycle.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Illuminate\Foundation\Application $app )
$app Illuminate\Foundation\Application

handle() 공개 메소드

Handle a request.
public handle ( Request $request, integer $type = self::MASTER_REQUEST, boolean $catch = true ) : Response
$request Symfony\Component\HttpFoundation\Request
$type integer
$catch boolean
리턴 Symfony\Component\HttpFoundation\Response

terminate() 공개 메소드

Terminates a request/response cycle.
public terminate ( Request $request, Response $response )
$request Symfony\Component\HttpFoundation\Request A Request instance
$response Symfony\Component\HttpFoundation\Response A Response instance