PluginProbe
MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings / 6.3.5
MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings v6.3.5
7.2.1 7.2 7.1.2 7.1.1 7.1 7.0.4 7.0.6 7.0.7 6.3.8 6.3.7 6.3.6 6.3.5 6.3.4 6.3.3 6.3.1 trunk 5.7.3 5.7.5 5.8.1 5.8.2 5.8.3 5.8.4 5.8.6 6.0.4 6.0.5 All 36 releases
mlsimport / enviroment / TresleResoClass.php

TresleResoClass.php in MLSImport: IDX Plugin & MLS Plugin for Real Estate Listings 6.3.5, at enviroment/TresleResoClass.php

29 lines 561 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit; // Exit if accessed directly
4 }
5
6
7 /*
8 /**
9 * BridgeResoClass File Description
10 *
11 * This file contains the TresleResoClass which extends from ResoBase.
12 * It is used for [briefly describe the purpose of the class].
13 */
14
15 class TresleResoClass extends ResoBase {
16
17 public $theme_importer;
18
19
20 /**
21 * Constructor for TresleResoClass.
22 *
23 * @param [Type] $theme_importer Description of the theme_importer parameter.
24 */
25 public function __construct( $theme_importer ) {
26 $this->theme_importer = $theme_importer;
27 }
28 }
29