PHP Класс Elcodi\Bridge\BehatBridgeBundle\Abstracts\AbstractElcodiContext

Наследование: extends Behat\MinkExtension\Context\RawMinkContext, implements Behat\Behat\Context\Context, implements Behat\Symfony2Extension\Context\KernelAwareContext
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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