Exemplo n.º 1
0
 public static function getAndroidKey()
 {
     if (is_null(self::$_android_key)) {
         $certificat = new self();
         $certificat->find('android_key', 'type');
         self::$_android_key = $certificat->getPath();
     }
     return self::$_android_key;
 }