PHP Class Sulu\Bundle\ContentBundle\Command\WebspaceImportCommand

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

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
printExceptions ( Symfony\Component\Console\Output\OutputInterface $output, stdClass $import ) Print the completion message after import is done.

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

printExceptions() protected method

Print the completion message after import is done.
protected printExceptions ( Symfony\Component\Console\Output\OutputInterface $output, stdClass $import )
$output Symfony\Component\Console\Output\OutputInterface
$import stdClass