From add54bc23069222b5f02f60256f13e4791fb0b33 Mon Sep 17 00:00:00 2001 From: momo-i Date: Wed, 2 Feb 2011 16:48:45 +0900 Subject: test header for phpdoc. now using only classes and libraries. --- lib/class/tmpplaylist.class.php | 57 ++++++++++++++++++++++++++++------------- 1 file changed, 39 insertions(+), 18 deletions(-) (limited to 'lib/class/tmpplaylist.class.php') diff --git a/lib/class/tmpplaylist.class.php b/lib/class/tmpplaylist.class.php index 27e621c9..253788b2 100644 --- a/lib/class/tmpplaylist.class.php +++ b/lib/class/tmpplaylist.class.php @@ -1,30 +1,51 @@ + * @copyright 2001 - 2011 Ampache.org + * @license http://opensource.org/licenses/gpl-2.0 GPLv2 + * @version PHP 5.2 + * @link http://www.ampache.org/ + * @since File available since Release 1.0 + */ /** * TempPlaylist Class + * * This class handles the temporary playlists in ampache, it handles the * tmp_playlist and tmp_playlist_data tables, and sneaks out at night to * visit user_vote from time to time + * + * @category TempPlaylist + * @package Ampache + * @author Karl Vollmer + * @copyright 2001 - 2011 Ampache.org + * @license http://opensource.org/licenses/gpl-2.0 GPLv2 + * @version Release: + * @link http://www.ampache.org/ + * @since Class available since Release 1.0 */ class tmpPlaylist extends database_object { -- cgit