\MainWP\DashboardMainWP_Execution_Helper

Class MainWP_Execution_Helper

Summary

Methods
Properties
Constants
instance()
__construct()
init_exec_time()
get_exec_time()
$instance
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$exec_start
N/A

Properties

$instance

$instance : mixed

Private static varibale to hold the instance.

Type

mixed — Default null

$exec_start

$exec_start : integer

Private variable to hold time start.

Type

integer

Methods

instance()

instance() : self

Method instance()

Returns new MainWP_Logger instance.

Returns

self —

MainWP_Logger

__construct()

__construct() 

MainWP_Logger constructor.

Run each time the class is called.

init_exec_time()

init_exec_time() 

Method init_exec_time().

Init execution time start value.

get_exec_time()

get_exec_time() 

Method get_exec_time().

Get execution time start value.