Add Phraseanet CLI application

This commit is contained in:
Romain Neutron
2012-07-26 19:52:45 +02:00
parent f5340ffbad
commit c35eeb21f0
26 changed files with 227 additions and 222 deletions

View File

@@ -44,7 +44,7 @@ class module_console_systemMailCheck extends Command
protected function doExecute(InputInterface $input, OutputInterface $output)
{
$appbox = appbox::get_instance(\bootstrap::getCore());
$appbox = $this->getService('phraseanet.appbox');
$output->writeln("Processing...");