PHP Class PHPStan\Command\AnalyseCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Afficher le fichier Open project: phpstan/phpstan

Méthodes publiques

Méthode Description
getAliases ( ) : array

Méthodes protégées

Méthode Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer

Private Methods

Méthode Description
handleReturn ( integer $code, string $memoryLimitFile ) : integer
setUpSignalHandler ( Symfony\Component\Console\Style\StyleInterface $consoleStyle, string $memoryLimitFile )

Method Details

configure() protected méthode

protected configure ( )

execute() protected méthode

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Résultat integer

getAliases() public méthode

public getAliases ( ) : array
Résultat array