Playlist editing methods moved from GreenBox to separate class Playlist.

GreenBox have only wrapper now.
Offset calculations fixed, changeFadeInfo method added.
This commit is contained in:
tomas 2005-02-28 03:40:59 +00:00
parent 09b7339e21
commit f807c93626

View file

@ -23,7 +23,7 @@
Author : $Author: tomas $ Author : $Author: tomas $
Version : $Revision: 1.47 $ Version : $Revision: 1.48 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/GreenBox.php,v $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/GreenBox.php,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -35,7 +35,7 @@ require_once "BasicStor.php";
* LiveSupport file storage module * LiveSupport file storage module
* *
* @author $Author: tomas $ * @author $Author: tomas $
* @version $Revision: 1.47 $ * @version $Revision: 1.48 $
* @see BasicStor * @see BasicStor
*/ */
class GreenBox extends BasicStor{ class GreenBox extends BasicStor{
@ -530,8 +530,7 @@ class GreenBox extends BasicStor{
} }
/** /**
* <span style="color:red"> * <span style="color:red">Change fadInfo values</span>
* Change fadInfo values
* *
* @param token string, playlist access token * @param token string, playlist access token
* @param plElGunid string, global id of deleted playlistElement * @param plElGunid string, global id of deleted playlistElement
@ -539,7 +538,6 @@ class GreenBox extends BasicStor{
* @param fadeOut string, dtto * @param fadeOut string, dtto
* @param sessid string, session ID * @param sessid string, session ID
* @return boolean * @return boolean
* </span>
*/ */
function changeFadeInfo($token, $plElGunid, $fadeIn, $fadeOut, $sessid) function changeFadeInfo($token, $plElGunid, $fadeIn, $fadeOut, $sessid)
{ {