[ 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/ -> plain.php (sommaire)

(pas de description)

Poids: 87 lignes (3 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

MIME_Viewer_plain:: (3 méthodes):
  render()
  getType()
  _formatFlowed()


Classe: MIME_Viewer_plain  - X-Ref

The MIME_Viewer_plain class renders out plain text with URLs made
into hyperlinks (if viewing inline).

$Horde: framework/MIME/MIME/Viewer/plain.php,v 1.18.6.10 2006/01/23 15:35:06 slusarz Exp $

Copyright 1999-2006 Anil Madhavapeddy <anil@recoil.org>
Copyright 2002-2006 Michael Slusarz <slusarz@horde.org>

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

render($params = array()   X-Ref
Render out the contents.

param: array $params  Any parameters the Viewer may need.
return: string  The rendered contents.

getType()   X-Ref
Return the MIME content type of the rendered content.

return: string  The content type of the output.

_formatFlowed($text, $opt = null, $max = null, $delsp = null)   X-Ref
Format flowed text for HTML output.

param: string $text    The text to format.
param: integer $opt    The optimal length to wrap.
param: integer $max    The maximum length to wrap. 0 means don't wrap.
param: boolean $delsp  Was text created with DelSp formatting?
return: string  The formatted text.



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