PHP 클래스 Behat\Behat\Context\Cli\ContextSnippetsController

저자: Konstantin Kudryashov ([email protected])
상속: implements Behat\Testwork\Cli\Controller
파일 보기 프로젝트 열기: behat/behat

공개 메소드들

메소드 설명
__construct ( ContextSnippetGenerator $generator, Symfony\Component\Translation\TranslatorInterface $translator ) Initialises controller.
configure ( Command $command )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

메소드 상세

__construct() 공개 메소드

Initialises controller.
public __construct ( ContextSnippetGenerator $generator, Symfony\Component\Translation\TranslatorInterface $translator )
$generator Behat\Behat\Context\Snippet\Generator\ContextSnippetGenerator
$translator Symfony\Component\Translation\TranslatorInterface

configure() 공개 메소드

public configure ( Command $command )
$command Symfony\Component\Console\Command\Command

execute() 공개 메소드

public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface