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