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

configure() protected method

configure.
protected configure ( )
    protected function configure()
    {
        $this->setName('elcodi:locations:populate')->setDescription('Populates a set of countries');
        parent::configure();
    }
LocationPopulateCommand