PHP 클래스 Elcodi\Bridge\BehatBridgeBundle\Abstracts\AbstractElcodiContext

상속: extends Behat\MinkExtension\Context\RawMinkContext, implements Behat\Behat\Context\Context, implements Behat\Symfony2Extension\Context\KernelAwareContext
파일 보기 프로젝트 열기: elcodi/bamboo

보호된 프로퍼티들

프로퍼티 타입 설명
$application Symfony\Bundle\FrameworkBundle\Console\Application application
$kernel Symfony\Component\HttpKernel\KernelInterface Kernel

공개 메소드들

메소드 설명
getRoute ( string $routeName, array $routeParameters = [] ) : string Get route given name and parameters
getUrlGenerator ( ) : Symfony\Component\Routing\Generator\UrlGeneratorInterface ** Get url generator
setKernel ( Symfony\Component\HttpKernel\KernelInterface $kernel ) Sets Kernel instance.

보호된 메소드들

메소드 설명
getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface Returns Container instance.

메소드 상세

getContainer() 보호된 메소드

Returns Container instance.
protected getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface
리턴 Symfony\Component\DependencyInjection\ContainerInterface

getRoute() 공개 메소드

Get route given name and parameters
public getRoute ( string $routeName, array $routeParameters = [] ) : string
$routeName string Route name
$routeParameters array Route parameters
리턴 string Route path

getUrlGenerator() 공개 메소드

** Get url generator
public getUrlGenerator ( ) : Symfony\Component\Routing\Generator\UrlGeneratorInterface
리턴 Symfony\Component\Routing\Generator\UrlGeneratorInterface Url generator

setKernel() 공개 메소드

Sets Kernel instance.
public setKernel ( Symfony\Component\HttpKernel\KernelInterface $kernel )
$kernel Symfony\Component\HttpKernel\KernelInterface

프로퍼티 상세

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

application
protected Application,Symfony\Bundle\FrameworkBundle\Console $application
리턴 Symfony\Bundle\FrameworkBundle\Console\Application

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

Kernel
protected KernelInterface,Symfony\Component\HttpKernel $kernel
리턴 Symfony\Component\HttpKernel\KernelInterface