BuddyClients Docs

VersionCache
in package

Handles version-specific data.

Caches data for retrieval and clears the data when the version is updated.

Tags
since
1.0.25

Table of Contents

Properties

$curr_version  : string
The current plugin version.
$prev_version  : string
The previous plugin version.

Methods

get_instance()  : Singleton
Returns the single instance of the class.

Properties

$curr_version

The current plugin version.

public string $curr_version

$prev_version

The previous plugin version.

public string $prev_version

Methods

get_instance()

Returns the single instance of the class.

public static get_instance() : Singleton
Tags
since
1.0.25
Return values
Singleton

        
On this page

Search results