PHP Class Contao\CoreBundle\Command\InstallCommand

Inheritance: extends AbstractLockedCommand
Afficher le fichier Open project: contao/core-bundle Class Usage Examples

Méthodes protégées

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

Private Methods

Méthode Description
addEmptyDir ( string $path ) Adds an empty directory.
addEmptyDirs ( ) Adds the empty directories.
addIgnoredDir ( string $path ) Adds a directory with a .gitignore file.
addIgnoredDirs ( ) Adds the ignored directories.
addInitializePhp ( ) Adds the initialize.php file.

Method Details

configure() protected méthode

protected configure ( )

executeLocked() protected méthode

protected executeLocked ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface