|
@@ -125,7 +125,6 @@ class Zend_Service_LiveDocx
|
|
|
* {/code}
|
|
* {/code}
|
|
|
*
|
|
*
|
|
|
* @param array|Zend_Config $options
|
|
* @param array|Zend_Config $options
|
|
|
- * @return void
|
|
|
|
|
* @throws Zend_Service_LiveDocx_Exception
|
|
* @throws Zend_Service_LiveDocx_Exception
|
|
|
* @since LiveDocx 1.0
|
|
* @since LiveDocx 1.0
|
|
|
*/
|
|
*/
|
|
@@ -221,9 +220,6 @@ class Zend_Service_LiveDocx
|
|
|
/**
|
|
/**
|
|
|
* Log in to LiveDocx service
|
|
* Log in to LiveDocx service
|
|
|
*
|
|
*
|
|
|
- * @param string $username
|
|
|
|
|
- * @param string $password
|
|
|
|
|
- *
|
|
|
|
|
* @throws Zend_Service_LiveDocx_Exception
|
|
* @throws Zend_Service_LiveDocx_Exception
|
|
|
* @return boolean
|
|
* @return boolean
|
|
|
* @since LiveDocx 1.2
|
|
* @since LiveDocx 1.2
|
|
@@ -304,6 +300,7 @@ class Zend_Service_LiveDocx
|
|
|
/**
|
|
/**
|
|
|
* Set username
|
|
* Set username
|
|
|
*
|
|
*
|
|
|
|
|
+ * @param string $username
|
|
|
* @return Zend_Service_LiveDocx
|
|
* @return Zend_Service_LiveDocx
|
|
|
* @since LiveDocx 1.0
|
|
* @since LiveDocx 1.0
|
|
|
*/
|
|
*/
|
|
@@ -316,6 +313,7 @@ class Zend_Service_LiveDocx
|
|
|
/**
|
|
/**
|
|
|
* Set password
|
|
* Set password
|
|
|
*
|
|
*
|
|
|
|
|
+ * @param string $password
|
|
|
* @return Zend_Service_LiveDocx
|
|
* @return Zend_Service_LiveDocx
|
|
|
* @since LiveDocx 1.0
|
|
* @since LiveDocx 1.0
|
|
|
*/
|
|
*/
|
|
@@ -328,6 +326,7 @@ class Zend_Service_LiveDocx
|
|
|
/**
|
|
/**
|
|
|
* Set WSDL of LiveDocx web service
|
|
* Set WSDL of LiveDocx web service
|
|
|
*
|
|
*
|
|
|
|
|
+ * @param string $wsdl
|
|
|
* @return Zend_Service_LiveDocx
|
|
* @return Zend_Service_LiveDocx
|
|
|
* @since LiveDocx 1.0
|
|
* @since LiveDocx 1.0
|
|
|
*/
|
|
*/
|
|
@@ -370,7 +369,7 @@ class Zend_Service_LiveDocx
|
|
|
/**
|
|
/**
|
|
|
* Return WSDL of LiveDocx web service
|
|
* Return WSDL of LiveDocx web service
|
|
|
*
|
|
*
|
|
|
- * @return Zend_Service_LiveDocx
|
|
|
|
|
|
|
+ * @return string
|
|
|
* @since LiveDocx 1.0
|
|
* @since LiveDocx 1.0
|
|
|
*/
|
|
*/
|
|
|
public function getWsdl()
|
|
public function getWsdl()
|