* Fix comment.
This commit is contained in:
@@ -16,7 +16,7 @@ class design extends control
|
||||
*
|
||||
* @param int $productID
|
||||
* @param string $type all|HLDS|DDS|DBDS|ADS
|
||||
* @param string $param
|
||||
* @param string $param myQueryID|queryID(This is a number)
|
||||
* @param string $orderBy
|
||||
* @param int $recTotal
|
||||
* @param int $recPerPage
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
class stage extends control
|
||||
{
|
||||
/**
|
||||
* Browse designs
|
||||
* Browse stages.
|
||||
*
|
||||
* @param string $orderBy
|
||||
* @access public
|
||||
@@ -30,7 +30,7 @@ class stage extends control
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a stage
|
||||
* Create a stage.
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
@@ -63,7 +63,7 @@ class stage extends control
|
||||
}
|
||||
|
||||
/**
|
||||
* Batch create
|
||||
* Batch create stages.
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
@@ -95,7 +95,7 @@ class stage extends control
|
||||
}
|
||||
|
||||
/**
|
||||
* Edit a stage
|
||||
* Edit a stage.
|
||||
*
|
||||
* @param int $stageID
|
||||
* @access public
|
||||
@@ -132,7 +132,7 @@ class stage extends control
|
||||
}
|
||||
|
||||
/**
|
||||
* Set type
|
||||
* Set type.
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
@@ -160,7 +160,7 @@ class stage extends control
|
||||
}
|
||||
|
||||
/**
|
||||
* Delete a stage
|
||||
* Delete a stage.
|
||||
*
|
||||
* @param int $stageID
|
||||
* @param string $confirm
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
class stageModel extends model
|
||||
{
|
||||
/**
|
||||
* Create a stage
|
||||
* Create a stage.
|
||||
*
|
||||
* @access public
|
||||
* @return int|bool
|
||||
@@ -33,7 +33,7 @@ class stageModel extends model
|
||||
}
|
||||
|
||||
/**
|
||||
* Batch create
|
||||
* Batch create stages.
|
||||
*
|
||||
* @access public
|
||||
* @return bool
|
||||
@@ -64,7 +64,7 @@ class stageModel extends model
|
||||
}
|
||||
|
||||
/**
|
||||
* Update a stage
|
||||
* Update a stage.
|
||||
*
|
||||
* @param int $stageID
|
||||
* @access public
|
||||
@@ -86,7 +86,7 @@ class stageModel extends model
|
||||
}
|
||||
|
||||
/**
|
||||
* Get stages
|
||||
* Get stages.
|
||||
*
|
||||
* @param string $orderBy
|
||||
* @access public
|
||||
@@ -98,7 +98,7 @@ class stageModel extends model
|
||||
}
|
||||
|
||||
/**
|
||||
* Get pairs
|
||||
* Get pairs of stage.
|
||||
*
|
||||
* @access public
|
||||
* @return array
|
||||
@@ -117,7 +117,7 @@ class stageModel extends model
|
||||
}
|
||||
|
||||
/**
|
||||
* Get by id
|
||||
* Get a stage by id.
|
||||
*
|
||||
* @param int $stageID
|
||||
* @access public
|
||||
|
||||
Reference in New Issue
Block a user