PHP Class Sulu\Bundle\DocumentManagerBundle\Command\FixturesLoadCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: sulu/sulu

Public Methods

Method Description
__construct ( DocumentFixtureLoader $loader, DocumentExecutor $executor, Symfony\Component\HttpKernel\KernelInterface $kernel )

Protected Methods

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

Method Details

__construct() public method

public __construct ( DocumentFixtureLoader $loader, DocumentExecutor $executor, Symfony\Component\HttpKernel\KernelInterface $kernel )
$loader Sulu\Bundle\DocumentManagerBundle\DataFixtures\DocumentFixtureLoader
$executor Sulu\Bundle\DocumentManagerBundle\DataFixtures\DocumentExecutor
$kernel Symfony\Component\HttpKernel\KernelInterface

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