PHP Class MyBuilder\Conductor\Command\LockFixerCommand

Inheritance: extends BaseCommand
Show file Open project: mybuilder/conductor

Protected Methods

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

Private Methods

Method Description
createFinder ( ) : Finder
fixLockFileRealPathsWithRelativePaths ( Symfony\Component\Filesystem\Filesystem $fileSystem, $lockFile, $conductorRealPaths, $relativePaths )
getConductorRealPaths ( $zipsDir )
getRelativePaths ( Symfony\Component\Filesystem\Filesystem $fileSystem, SplFileInfo $lockFile, array $conductorRealPaths )

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