File "WPDA_Logging_Model.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/wp-data-access/WPDataAccess/Plugin_Table_Models/WPDA_Logging_Model.php
File size: 436 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

/**
 * Suppress "error - 0 - No summary was found for this file" on phpdoc generation
 *
 * @package WPDataAccess\Plugin_Table_Models
 */

namespace WPDataAccess\Plugin_Table_Models {

	/**
	 * Class WPDA_Logging_Model
	 *
	 * Model for plugin table 'logging'
	 *
	 * @author  Peter Schulz
	 * @since   2.6.0
	 */
	class WPDA_Logging_Model extends WPDA_Plugin_Table_Base_Model {

		const BASE_TABLE_NAME = 'wpda_logging';

	}

}