Ejemplo n.º 1
0
 /**
  * Get singleton instance.
  */
 public static function getInstance()
 {
     if (self::$instance === null) {
         self::$instance = new AvisotaBase();
     }
     return self::$instance;
 }