PHP 클래스 GrumPHP\Task\YamlLint

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

보호된 프로퍼티들

프로퍼티 타입 설명
$linter GrumPHP\Linter\Yaml\YamlLinter

공개 메소드들

메소드 설명
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

프로퍼티 상세

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

protected YamlLinter,GrumPHP\Linter\Yaml $linter
리턴 GrumPHP\Linter\Yaml\YamlLinter