\Bright\SyncBase

Summary

Methods
Properties
Constants
getInstance()
__destroy()
rewrite_column()
$manager
No constants found
__construct()
addPatches()
$instance
N/A
__clone()
__wakeup()
No private properties found
N/A

Properties

$manager

$manager : 

Type

$instance

$instance : \Bright\Sync\Singleton

Type

\Bright\Sync\Singleton — The reference to *Singleton* instance of this class

Methods

getInstance()

getInstance() : \Bright\Sync\Singleton

Returns the *Singleton* instance of this class.

Returns

\Bright\Sync\Singleton —

The Singleton instance.

__destroy()

__destroy() 

rewrite_column()

rewrite_column(  $col) 

Parameters

$col

__construct()

__construct() 

Protected constructor to prevent creating a new instance of the *Singleton* via the `new` operator from outside of this class.

addPatches()

addPatches() 

__clone()

__clone() : void

Private clone method to prevent cloning of the instance of the *Singleton* instance.

__wakeup()

__wakeup() : void

Private unserialize method to prevent unserializing of the *Singleton* instance.