# mlsimport/6.3.3/enviroment/ResoBase.php

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

- Page: https://pluginprobe.com/plugins/mlsimport/6.3.3/code/enviroment/ResoBase.php
- Raw: https://pluginprobe.com/plugins/mlsimport/6.3.3/raw/enviroment/ResoBase.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/6.3.3/code/enviroment/ResoBase.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 ResoBase
 *
 * @author cretu
 */
class ResoBase {


}

```
