* change the return type for ajaxGetLinkedStories, ajaxDeleteLinkedStory, linkStories, deleteLinkedStory, getLinkedStories method.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user