Phundament-Packages
[ class tree: Phundament-Packages ] [ index: Phundament-Packages ] [ all elements ]

Source for file LMediaDownload.php

Documentation is available at LMediaDownload.php

  1. <?php
  2.  
  3. /**
  4.  * class file.
  5.  *
  6.  * @license http://opensource.org/licenses/mozilla1.1.php Mozilla Public License
  7.  * @copyright 2005, diemeisterei GmbH. All rights reserved.
  8.  * @author $Author: schmunk $
  9.  * @version $Revision: 188 $  $Date: 2006-05-11 10:50:16 +0200 (Do, 11 Mai 2006) $
  10.  * @package Phundament.Packages
  11.  * @subpackage LMediaManager
  12.  */
  13.  
  14. /**
  15.  * Default display template for media files
  16.  *
  17.  * Extends this class, if you need your own templates.
  18.  *
  19.  * @package System.Web.UI.WebControls
  20.  * @subpackage MetaData
  21.  */
  22.  
  23. {
  24.     /**
  25.      * @return string 
  26.      */
  27.     public function getDescriptiveName()
  28.     {
  29.         return "Download Media File";
  30.     }
  31. }
  32. ?>

Documentation generated on Sun, 25 Feb 2007 16:10:53 +0100 by phpDocumentor 1.3.1