예제 #1
0
 function __construct($ApiKey, $url = null)
 {
     if ($url != null) {
         self::$_ApiUrl = $url;
     }
     self::$_ApiKey = $ApiKey;
 }