[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 94 lignes (3 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
MIME_Viewer_security:: (3 méthodes):
render()
getType()
_resolveViewer()
Classe: MIME_Viewer_security - X-Ref
The MIME_Viewer_security class is a wrapper used to load the appropriaterender($params = array() X-Ref |
The $mime_part class variable has the information to render out, encapsulated in a MIME_Part object. param: $params mixed The parameters (if any) to pass to the underlying return: string Rendering of the content. |
getType() X-Ref |
Returns the content-type of the Viewer used to view the part. return: string A content-type string. |
_resolveViewer() X-Ref |
Load a MIME_Viewer according to the protocol parameter stored in the MIME_Part to render. If unsuccessful, try to load a generic multipart MIME_Viewer. return: boolean True on success, false on failure. |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |