Beispiel #1
0
 public static function getInstance()
 {
     if (self::$classInstance === null) {
         self::$classInstance = new self();
     }
     return self::$classInstance;
 }
Beispiel #2
0
 private function __construct()
 {
     $this->dao = SPONSORS_BOL_SponsorDao::getInstance();
 }