Beispiel #1
0
 /**
  * Enter description here...
  *
  * @param unknown_type $apiKey
  * @param unknown_type $secret
  * @return unknown
  */
 public static function getAppIdByApiKeyAndSecret($apiKey, $secret, $networkId)
 {
     return Api_Dao_App::getAppIdByApiKeyAndSecret($apiKey, $secret, $networkId);
 }