# mlsimport/5.8.2/enviroment/BridgeResoClass.php

MLSImport: IDX Plugin &amp; MLS Plugin for Real Estate Listings, version 5.8.2. 26 lines.

- Page: https://pluginprobe.com/plugins/mlsimport/5.8.2/code/enviroment/BridgeResoClass.php
- Raw: https://pluginprobe.com/plugins/mlsimport/5.8.2/raw/enviroment/BridgeResoClass.php
- Modified: 2024-04-23T10:47:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/mlsimport/5.8.2/code/enviroment/BridgeResoClass.php#L10-L20`.

```php
<?php 
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

/**
 * Description of BridgeResoClass
 *
 * @author cretu
 */
class BridgeResoClass extends ResoBase {


		public $theme_importer;

	public function __construct( $theme_importer ) {
		$this->theme_importer = $theme_importer;
	}
}

```
