# flexmls-idx/3.8.2/SparkAPI/System.php

Flexmls® IDX Plugin, version 3.8.2. 15 lines.

- Page: https://pluginprobe.com/plugins/flexmls-idx/3.8.2/code/SparkAPI/System.php
- Raw: https://pluginprobe.com/plugins/flexmls-idx/3.8.2/raw/SparkAPI/System.php
- Modified: 2017-02-09T16:28:42+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/flexmls-idx/3.8.2/code/SparkAPI/System.php#L10-L20`.

```php
<?php
namespace SparkAPI;

defined( 'ABSPATH' ) or die( 'This plugin requires WordPress' );

class System extends Core {

	function __construct(){
		parent::__construct();
	}

	function get_system_info(){
		return $this->get_first_result( $this->get_from_api( 'GET', 'system', DAY_IN_SECONDS ) );
	}
}
```
