PHP Class PhpCsFixer\Console\Command\DescribeCommand

Author: Dariusz Rumiński ([email protected])
Author: SpacePossum
Inheritance: extends Symfony\Component\Console\Command\Command
Exibir arquivo Open project: friendsofphp/php-cs-fixer

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
arrayToText ( array $data ) : string
describeList ( Symfony\Component\Console\Output\OutputInterface $output, string $type )
describeRule ( Symfony\Component\Console\Output\OutputInterface $output, string $name )
describeSet ( Symfony\Component\Console\Output\OutputInterface $output, string $name )
getAlternative ( string $type, string $name ) : null | string
getFixers ( ) : array
getSetNames ( ) : string[]

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected 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