Jarves\Command\ContentExportCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName('jarves:content:export')->setDescription('Exports content from nodes and files as a package in app/jarves you can commit in git and import again.');
    }