PHP Class Sulu\Bundle\SnippetBundle\Command\SnippetLocaleCopyCommand

Inheritance: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Datei anzeigen Open project: sulu/sulu Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

configure() public method

public configure ( )

execute() public method

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