PHP Class Elcodi\Component\Geo\Command\LocationDropCommand

Inheritance: extends Elcodi\Component\Geo\Command\Abstracts\AbstractLocationCommand
Show file Open project: elcodi/elcodi

Protected Methods

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.

Method Details

configure() protected method

configure.
protected configure ( )

execute() protected method

This command loads all the locations for the received country.
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