first commit
This commit is contained in:
24
lib/Config/AppSdkConfigProvider.php
Normal file
24
lib/Config/AppSdkConfigProvider.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
namespace Yeepay\Yop\Sdk\Config;
|
||||
|
||||
interface AppSdkConfigProvider
|
||||
{
|
||||
|
||||
/**
|
||||
* @param $appKey string
|
||||
* @return AppSdkConfig
|
||||
*/
|
||||
public function getConfig($appKey);
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function getAllConfig();
|
||||
|
||||
/**
|
||||
* @return AppSdkConfig
|
||||
*/
|
||||
public function getDefaultConfig();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user