[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 87 lignes (3 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
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 maderender($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 |