PHP Class Altax\Command\Builtin\InitCommand

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

Méthodes protégées

Méthode Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
generateComposerFile ( $composerFile, $output )
generateConfig ( $configurationPath, $output )
generateGitignore ( $gitignorePath, $output )

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 )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

generateComposerFile() protected méthode

protected generateComposerFile ( $composerFile, $output )

generateConfig() protected méthode

protected generateConfig ( $configurationPath, $output )

generateGitignore() protected méthode

protected generateGitignore ( $gitignorePath, $output )