Method | Description | |
---|---|---|
__construct ( Elcodi\Component\Core\Services\ObjectDirector $locationDirector, Elcodi\Component\Geo\Services\LocationLoader $locationLoader ) | Construct method. |
Method | Description | |
---|---|---|
configure ( ) | configure. | |
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void | This command loads all the locations for the received country. |
public __construct ( Elcodi\Component\Core\Services\ObjectDirector $locationDirector, Elcodi\Component\Geo\Services\LocationLoader $locationLoader ) | ||
$locationDirector | Elcodi\Component\Core\Services\ObjectDirector | Location director |
$locationLoader | Elcodi\Component\Geo\Services\LocationLoader | Location Loader |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void | ||
$input | Symfony\Component\Console\Input\InputInterface | The input interface |
$output | Symfony\Component\Console\Output\OutputInterface | The output interface |
return | integer | null | void |