PHP 클래스 Knp\Bundle\KnpBundlesBundle\Features\Context\SolrContext

상속: extends Behat\Behat\Context\BehatContext, implements Behat\Symfony2Extension\Context\KernelAwareInterface
파일 보기 프로젝트 열기: KnpLabs/KnpBundles

공개 메소드들

메소드 설명
bundlesAreIndexed ( )
setKernel ( Symfony\Component\HttpKernel\KernelInterface $kernel ) Sets Kernel instance.

보호된 메소드들

메소드 설명
getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface gets container from kernel
isSolrEnabled ( )

메소드 상세

bundlesAreIndexed() 공개 메소드

public bundlesAreIndexed ( )

getContainer() 보호된 메소드

gets container from kernel
protected getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface
리턴 Symfony\Component\DependencyInjection\ContainerInterface

isSolrEnabled() 보호된 메소드

protected isSolrEnabled ( )

setKernel() 공개 메소드

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