# propertyhive/1.4.60/includes/admin/reports/class-ph-admin-report.php

Property Hive, version 1.4.60. 21 lines.

- Page: https://pluginprobe.com/plugins/propertyhive/1.4.60/code/includes/admin/reports/class-ph-admin-report.php
- Raw: https://pluginprobe.com/plugins/propertyhive/1.4.60/raw/includes/admin/reports/class-ph-admin-report.php
- Modified: 2017-01-24T11:06:40+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/propertyhive/1.4.60/code/includes/admin/reports/class-ph-admin-report.php#L10-L20`.

```php
<?php

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

/**
 * Admin Report.
 *
 * Extended by reports to show charts and stats in admin.
 *
 * @author      PropertyHive
 * @category    Admin
 * @package     PropertyHive/Admin/Reports
 * @version     1.0.0
 */
class PH_Admin_Report {

	
}

```
