N98\Magento\Command\Media\DumpCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('media:dump')->addOption('strip', '', InputOption::VALUE_NONE, 'Excludes image cache')->addArgument('filename', InputArgument::OPTIONAL, 'Dump filename')->setDescription('Creates an archive with content of media folder.');
    }