\MainWP\Dashboard\Module\LogLog_Manager

Class Log_Manager

Summary

Methods
Properties
Constants
instance()
__construct()
autoload()
get_internal_connectors()
init()
get_version()
plugins_loaded()
$admin
$executor
$settings
$connectors
$db
$log
$install
$locations
VERSION
No protected methods found
$instance
N/A
No private methods found
No private properties found
N/A

Constants

VERSION

VERSION = '5.0.0'

Version

Properties

$locations

$locations : array

Locations.

Type

array — URLs and Paths used by the plugin.

$instance

$instance : mixed

Protected static variable to hold the single instance of the class.

Type

mixed — Default null

Methods

instance()

instance() : mixed

Return the single instance of the class.

Returns

mixed —

$instance The single instance of the class.

__construct()

__construct() 

Plugin constructor.

Run each time the class is called.

autoload()

autoload(string  $class_name) 

Autoloader for classes.

Parameters

string $class_name

class name.

get_internal_connectors()

get_internal_connectors() 

Get internal connectors.

init()

init() 

Load Log_Connectors.

get_version()

get_version() : string

Getter for the version number.

Returns

string

plugins_loaded()

plugins_loaded() 

Change plugin database driver in case driver plugin loaded after logs.