Kelunik\AcmeClient\Commands\Setup::__construct PHP Method

__construct() public method

public __construct ( League\CLImate\CLImate $climate, AcmeFactory $acmeFactory )
$climate League\CLImate\CLImate
$acmeFactory Kelunik\AcmeClient\AcmeFactory
    public function __construct(CLImate $climate, AcmeFactory $acmeFactory)
    {
        $this->climate = $climate;
        $this->acmeFactory = $acmeFactory;
    }