示例#1
0
文件: Api.php 项目: rkrater/synology
 /**
  * Info API setup
  *
  * @param string $address
  * @param int $port
  * @param string $protocol
  * @param int $version
  * @param boolean $verifySSL
  */
 public function __construct($address, $port = null, $protocol = null, $version = 1, $verifySSL = false)
 {
     parent::__construct(self::API_SERVICE_NAME, self::API_NAMESPACE, $address, $port, $protocol, $version, $verifySSL);
 }
示例#2
0
 public function activateDebug()
 {
     parent::activateDebug();
     $this->_authApi->activateDebug();
 }