* change the return type for ajaxGetLinkedStories, ajaxDeleteLinkedStory, linkStories, deleteLinkedStory, getLinkedStories method.

This commit is contained in:
chenfeiCF
2016-03-10 07:41:53 +08:00
parent c30be46e52
commit 6d6d0a85dd
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -972,7 +972,7 @@ class story extends control
* @param string $type
* @param string $linkedStories
* @access public
* @return void
* @return string
*/
public function ajaxGetLinkedStories($storyID, $type = '', $linkedStories = '')
{
@@ -1000,7 +1000,7 @@ class story extends control
* @param string $type
* @param int $deleteStory
* @access public
* @return void
* @return string
*/
public function ajaxDeleteLinkedStory($storyID, $type = '', $deleteStory = 0)
{
+3 -3
View File
@@ -1042,7 +1042,7 @@ class storyModel extends model
* @param string $type
* @param string $stories
* @access public
* @return void
* @return string
*/
public function linkStories($storyID, $type = 'linkStories', $stories = '')
{
@@ -1063,7 +1063,7 @@ class storyModel extends model
* @param string $type
* @param int $deleteStory
* @access public
* @return void
* @return array
*/
public function deleteLinkedStory($storyID, $type, $deleteStory)
{
@@ -1089,7 +1089,7 @@ class storyModel extends model
*
* @param string $stories
* @access public
* @return void
* @return array
*/
public function getLinkedStories($stories)
{