Elcodi\Component\Geo\Command\LocationLoadCommand::configure PHP Method

configure() protected method

configure.
protected configure ( )
    protected function configure()
    {
        $this->setName('elcodi:locations:load')->setDescription('Load a set of countries from an external repository');
        parent::configure();
    }