Banago\PHPloy\Options::__construct PHP Метод

__construct() публичный Метод

Options constructor.
public __construct ( League\CLImate\CLImate $climate )
$climate League\CLImate\CLImate
    public function __construct($climate)
    {
        $this->cli = $climate;
        $this->build();
        $this->parse();
    }