PATH:
home
/
lab2454c
/
foreclass.com
/
wp-content
/
plugins
/
ocean-extra
/
includes
/
freemius
/
includes
/
entities
<?php /** * @package Freemius * @copyright Copyright (c) 2015, Freemius, Inc. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 * @since 1.0.4 */ if ( ! defined( 'ABSPATH' ) ) { exit; } class FS_Scope_Entity extends FS_Entity { /** * @var string */ public $public_key; /** * @var string */ public $secret_key; /** * @param bool|stdClass $scope_entity */ function __construct( $scope_entity = false ) { parent::__construct( $scope_entity ); } }
[-] class-fs-plugin-info.php
[edit]
[-] index.php
[edit]
[+]
..
[-] class-fs-payment.php
[edit]
[-] class-fs-plugin-tag.php
[edit]
[-] class-fs-plugin-plan.php
[edit]
[-] class-fs-billing.php
[edit]
[-] class-fs-plugin.php
[edit]
[-] class-fs-user.php
[edit]
[-] class-fs-pricing.php
[edit]
[-] class-fs-plugin-license.php
[edit]
[-] class-fs-entity.php
[edit]
[-] class-fs-scope-entity.php
[edit]
[-] class-fs-affiliate-terms.php
[edit]
[-] class-fs-site.php
[edit]
[-] class-fs-subscription.php
[edit]
[-] class-fs-affiliate.php
[edit]