Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Laracasts
Behat
Context
KernelAwareContext
PHP 인터페이스 Laracasts\Behat\Context\KernelAwareContext
상속:
extends
Behat\Behat\Context\Context
파일 보기
프로젝트 열기: laracasts/behat-laravel-extension
0 사용 예제들
공개 메소드들
메소드
설명
getSession
(
string
|
null
$name
= null ) :
mixed
Returns the specified session or active session
setApp
(
Symfony\Component\HttpKernel\HttpKernelInterface
$kernel
) :
mixed
Set the kernel instance on the context.
메소드 상세
getSession()
공개
메소드
Returns the specified session or active session
public
getSession
(
string
|
null
$name
= null ) :
mixed
$name
string
|
null
name of the session
리턴
mixed
setApp()
공개
메소드
Set the kernel instance on the context.
public
setApp
(
Symfony\Component\HttpKernel\HttpKernelInterface
$kernel
) :
mixed
$kernel
Symfony\Component\HttpKernel\HttpKernelInterface
리턴
mixed