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

__construct() public method

Construct method.
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
    public function __construct(ObjectDirector $locationDirector, LocationLoader $locationLoader)
    {
        parent::__construct($locationDirector);
        $this->locationLoader = $locationLoader;
    }