[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 109 lignes (3 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
VFS_ISOWriter:: (3 méthodes):
VFS_ISOWriter()
process()
factory()
Classe: VFS_ISOWriter - X-Ref
VFS API for abstracted creation of ISO (CD-ROM) filesystems.VFS_ISOWriter(&$sourceVfs, &$targetVfs, $params) X-Ref |
Constructs a new VFS_ISOWriter object param: array $params A hash containing parameters. |
process() X-Ref |
Create the ISO image return: mixed Null or PEAR_Error on failure. |
factory(&$sourceVfs, &$targetVfs, $params) X-Ref |
Attempt to create a concrete VFS_ISOWriter subclass. This method uses its parameters and checks the system to determine the most appropriate subclass to use for building ISO images. If none is found, an error is raised. param: object &$sourceVfs Reference to the VFS object from which param: object &$targetVfs Reference to the VFS object to which the param: array $params Hash of parameters for creating the return: object A newly created concrete VFS_ISOWriter |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |