Refactor command line utilities

This commit is contained in:
Romain Neutron
2013-07-16 16:01:17 +02:00
parent 86e108b20f
commit 056ac28120
59 changed files with 1031 additions and 592 deletions

View File

@@ -18,7 +18,8 @@ use Symfony\Component\Console\Output\OutputInterface;
class XSendFileConfigurationDumper extends Command
{
public function __construct($name = null) {
public function __construct($name = null)
{
parent::__construct('xsendfile:dump-configuration');
$this->setDescription('Dump the virtual host configuration depending on Phraseanet configuration');