PHP 클래스 GrumPHP\Task\Gherkin

상속: extends AbstractExternalTask
파일 보기 프로젝트 열기: phpro/grumphp

공개 메소드들

메소드 설명
canRunInContext ( GrumPHP\Task\Context\ContextInterface $context )
getConfigurableOptions ( ) : Symfony\Component\OptionsResolver\OptionsResolver
getName ( ) : string
run ( GrumPHP\Task\Context\ContextInterface $context )

메소드 상세

canRunInContext() 공개 메소드

public canRunInContext ( GrumPHP\Task\Context\ContextInterface $context )
$context GrumPHP\Task\Context\ContextInterface

getConfigurableOptions() 공개 메소드

public getConfigurableOptions ( ) : Symfony\Component\OptionsResolver\OptionsResolver
리턴 Symfony\Component\OptionsResolver\OptionsResolver

getName() 공개 메소드

public getName ( ) : string
리턴 string

run() 공개 메소드

public run ( GrumPHP\Task\Context\ContextInterface $context )
$context GrumPHP\Task\Context\ContextInterface