[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Horde/MIME/Viewer/ -> simple.php (source)

   1  <?php
   2  /**
   3   * The MIME_Viewer_simple class renders out plain text without any
   4   * modifications.
   5   *
   6   * $Horde: framework/MIME/MIME/Viewer/simple.php,v 1.1.6.5 2006/01/01 21:28:25 jan Exp $
   7   *
   8   * Copyright 2004-2006 Michael Slusarz <slusarz@horde.org>
   9   *
  10   * See the enclosed file COPYING for license information (LGPL). If you
  11   * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  12   *
  13   * @author  Michael Slusarz <slusarz@horde.org>
  14   * @since   Horde 3.0
  15   * @package Horde_MIME_Viewer
  16   */
  17  class MIME_Viewer_simple extends MIME_Viewer {
  18  
  19      /**
  20       * Return the MIME type of the rendered content.
  21       *
  22       * @return string  MIME-type of the output content.
  23       */
  24      function getType()
  25      {
  26          return 'text/plain';
  27      }
  28  
  29  }


Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7