Repository URL to install this package:
|
Version:
4.1.3 ▾
|
<?php
/**
* Objects (?)
*
* @todo Remove this.
*
* @package SimplePay\Pro
* @copyright Copyright (c) 2020, Sandhills Development, LLC
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 3.0.0
*/
namespace SimplePay\Pro;
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* Objects factory.
*
* Helper class to get the right type of object used across the plugin.
*
* @since 3.0.0
*/
class Objects {
/**
* Constructor.
*
* Add default objects.
*
* @since 3.0.0
*/
public function __construct() {
}
}