PHP Class Sulu\Bundle\SnippetBundle\Command\SnippetLocaleCopyCommand

Inheritance: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
copyDocument ( $srcLocale, $destLocale, Sulu\Component\Content\Document\Behavior\StructureBehavior $document, $overwrite = false )
copyDocuments ( $srcLocale, $destLocale, $overwrite )

Method Details

configure() public méthode

public configure ( )

execute() public méthode

public 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