kernel
[ class tree: kernel ] [ index: kernel ] [ all elements ]

Class: BitSingleton

Source Location: /kernel/BitSingleton.php

Class Overview

BitBase
   |
   --BitSingleton

Virtual base class (as much as one can have such things in PHP) for all derived bitweaver classes that require database access.


Author(s):

Implements interfaces:

Variables

Methods


Child classes:

BitSystem
kernel::BitSystem
LibertySystem
System class for handling the liberty package
BitLanguage
BitThemes

Inherited Constants

Inherited Variables

Inherited Methods

Class: BitBase

BitBase::BitBase()
During initialisation, we assign a name which is used by the class.
BitBase::__construct()
BitBase::clearFromCache()
BitBase::expunge()
Delete content object and all related records
BitBase::load()
BitBase::__destruct()

Class Details

[line 28]
Virtual base class (as much as one can have such things in PHP) for all derived bitweaver classes that require database access.



Tags:

abstract:  


[ Top ]


Class Variables

static $singletons =  null

[line 30]



Tags:

access:  protected

Type:   mixed


[ Top ]



Class Methods


static method loadSingleton [line 36]

static void loadSingleton( [ $pVarName = NULL])



Tags:

access:  public


Parameters:

   $pVarName  

[ Top ]

constructor __construct [line 32]

BitSingleton __construct( )



Overridden in child classes as:

BitSystem::__construct()
base constructor, auto assigns member db variable
LibertySystem::__construct()
Initiate Class
BitLanguage::__construct()
initiate BitLanguage
BitThemes::__construct()
Initiate class

Overrides BitBase::__construct() (parent method not documented)

[ Top ]


Documentation generated on Wed, 29 Jul 2015 13:55:59 +0000 by phpDocumentor 1.5.0-lsces