__construct() public method

Constructor
public __construct ( string $public_key, string $secret_key, string $userAgentName = null, string $cdn_host = null, string $cdn_protocol = null, integer $retry_throttled = null )
$public_key string A public key given by Uploadcare.com
$secret_key string A private (secret) key given by Uploadcare.com
$userAgentName string Custom User agent name to report
$cdn_host string CDN Host
$cdn_protocol string CDN Protocol
$retry_throttled integer Retry throttled requests this number of times
コード例 #1
0
 public function __construct($public, $private)
 {
     parent::__construct($public, $private);
 }