Exemplo n.º 1
0
 public static function cekInstance()
 {
     if (is_null(self::$_cekInstance)) {
         self::$_cekInstance = new self();
     }
     return self::$_cekInstance;
 }