Corrects annotations in API
This commit is contained in:
@@ -23,7 +23,7 @@ class Domains extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin
|
||||
* @throws Exception
|
||||
* @return array count|list
|
||||
* @return string json-encoded array count|list
|
||||
*/
|
||||
public function listing()
|
||||
{
|
||||
@@ -66,7 +66,7 @@ class Domains extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin
|
||||
* @throws Exception
|
||||
* @return array
|
||||
* @return string json-encoded array
|
||||
*/
|
||||
public function get()
|
||||
{
|
||||
@@ -180,7 +180,7 @@ class Domains extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin
|
||||
* @throws Exception
|
||||
* @return array
|
||||
* @return string json-encoded array
|
||||
*/
|
||||
public function add()
|
||||
{
|
||||
@@ -737,7 +737,7 @@ class Domains extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin
|
||||
* @throws Exception
|
||||
* @return array
|
||||
* @return string json-encoded array
|
||||
*/
|
||||
public function update()
|
||||
{
|
||||
@@ -1478,7 +1478,7 @@ class Domains extends ApiCommand implements ResourceEntity
|
||||
*
|
||||
* @access admin
|
||||
* @throws Exception
|
||||
* @return array
|
||||
* @return string json-encoded array
|
||||
*/
|
||||
public function delete()
|
||||
{
|
||||
@@ -1625,11 +1625,11 @@ class Domains extends ApiCommand implements ResourceEntity
|
||||
/**
|
||||
* validate given ips
|
||||
*
|
||||
* @param int|string|array $p_ipsandports
|
||||
* @param boolean $edit
|
||||
* default false
|
||||
* @param int|string|array $p_ipandports
|
||||
* @param boolean $ssl
|
||||
* default false
|
||||
* @param int $edit_id
|
||||
* default 0
|
||||
*
|
||||
* @throws Exception
|
||||
* @return array
|
||||
|
||||
Reference in New Issue
Block a user