コード例 #1
0
ファイル: PutCommand.php プロジェクト: eniuz/magedbm
 /**
  * @param InputInterface $input
  * @param OutputInterface $output
  */
 protected function initialize(InputInterface $input, OutputInterface $output)
 {
     parent::initialize($input, $output);
     $this->cleanUp();
 }