Liip\RMT\Config\Handler::__construct PHP Method

__construct() public method

public __construct ( $rawConfig = null, $projectRoot = null )
    public function __construct($rawConfig = null, $projectRoot = null)
    {
        $this->rawConfig = $rawConfig;
        $this->projectRoot = $projectRoot;
    }