Nwidart\Modules\Process\Installer::__construct PHP Method

__construct() public method

The constructor.
public __construct ( string $name, string $version = null, string $type = null, boolean $tree = false )
$name string
$version string
$type string
$tree boolean
    public function __construct($name, $version = null, $type = null, $tree = false)
    {
        $this->name = $name;
        $this->version = $version;
        $this->type = $type;
        $this->tree = $tree;
    }