PHP Класс GrumPHP\Task\Phpcs

Наследование: extends AbstractExternalTask
Показать файл Открыть проект

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

Свойство Тип Описание
$formatter GrumPHP\Formatter\PhpcsFormatter

Открытые методы

Метод Описание
canRunInContext ( GrumPHP\Task\Context\ContextInterface $context )
getConfigurableOptions ( ) : Symfony\Component\OptionsResolver\OptionsResolver
getName ( ) : string
run ( GrumPHP\Task\Context\ContextInterface $context )

Защищенные методы

Метод Описание
addArgumentsFromConfig ( ProcessArgumentsCollection $arguments, array $config ) : ProcessArgumentsCollection

Описание методов

addArgumentsFromConfig() защищенный Метод

protected addArgumentsFromConfig ( ProcessArgumentsCollection $arguments, array $config ) : ProcessArgumentsCollection
$arguments GrumPHP\Collection\ProcessArgumentsCollection
$config array
Результат GrumPHP\Collection\ProcessArgumentsCollection

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

Описание свойств

$formatter защищенное свойство

protected PhpcsFormatter,GrumPHP\Formatter $formatter
Результат GrumPHP\Formatter\PhpcsFormatter