diff options
author | momo-i <webmaster@momo-i.org> | 2011-02-03 07:30:23 +0900 |
---|---|---|
committer | momo-i <webmaster@momo-i.org> | 2011-02-03 07:30:23 +0900 |
commit | d703009677b94b80d6560055e7cbbf706d9e2953 (patch) | |
tree | f0a61a87d71fbf00e2613c996955489301e18cff /lib/class/stream.class.php | |
parent | add54bc23069222b5f02f60256f13e4791fb0b33 (diff) | |
download | ampache-d703009677b94b80d6560055e7cbbf706d9e2953.tar.gz ampache-d703009677b94b80d6560055e7cbbf706d9e2953.tar.bz2 ampache-d703009677b94b80d6560055e7cbbf706d9e2953.zip |
header comment for phpdoc
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r-- | lib/class/stream.class.php | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index 4901d46e..35ee973f 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -32,11 +32,21 @@ */ /** - * Stream + * Stream Class + * * This class is used to generate the Playlists and pass them on * With Localplay this actually just sends the commands to the localplay * module in question. It has two sources for data * songs (array of ids) and urls (array of full urls) + * + * @category Stream + * @package Ampache + * @author Karl Vollmer <vollmer@ampache.org> + * @copyright 2001 - 2011 Ampache.org + * @license http://opensource.org/licenses/gpl-2.0 GPLv2 + * @version Release: 3.6 + * @link http://www.ampache.org/ + * @since Class available since Release 1.0 */ class Stream { |