VersionPress\Utils\WpConfigEditor::__construct PHP Method

__construct() public method

public __construct ( $wpConfigPath, $isCommonConfig )
    public function __construct($wpConfigPath, $isCommonConfig)
    {
        $this->wpConfigPath = $wpConfigPath;
        $this->isCommonConfig = $isCommonConfig;
    }