Aerys\Console::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( League\CLImate\CLImate $climate )
$climate League\CLImate\CLImate
    public function __construct(CLImate $climate)
    {
        $this->climate = $climate;
    }