Beispiel #1
0
 public static function getInstance()
 {
     if (self::$classInstance === null) {
         self::$classInstance = new self();
     }
     return self::$classInstance;
 }
Beispiel #2
0
 public function getCategoryId($category)
 {
     return ADVANCEDPHOTO_BOL_CategoryDao::getInstance()->getCategoryId($category);
 }