Example #1
0
 public function execute()
 {
     $app = Console::getInstance();
     $init = new AssetInitCommand();
     $init->application = $app;
     $init->options = $this->options;
     $init->executeWrapper(array());
     $install = new AssetInstallCommand();
     $install->application = $app;
     $install->options = $this->options;
     $install->logger = $this->logger;
     $install->executeWrapper(array());
 }
Example #2
0
 public function execute()
 {
     $app = Console::getInstance();
     // XXX: list bundles
 }