IClientProfile.php 199B

1234567891011121314
  1. <?php
  2. namespace Aliyun\Core\Profile;
  3. interface IClientProfile
  4. {
  5. public function getSigner();
  6. public function getRegionId();
  7. public function getFormat();
  8. public function getCredential();
  9. }