namespace = 'import'; $this->name = 'generic'; $this->addArgument('supplier_id', sfCommandArgument::REQUIRED, 'ID Dodavatele'); $this->addArgument('filename', sfCommandArgument::REQUIRED, 'Název souboru'); } protected function execute($arguments = array(), $options = array()) { } }