[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 99 lignes (3 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
VFS_ISOWriter_RealOutputStrategy:: (4 méthodes):
VFS_ISOWriter_RealOutputStrategy()
factory()
getRealFilename()
finished()
Classe: VFS_ISOWriter_RealOutputStrategy - X-Ref
Encapsulate strategies for ability to write output to real file.VFS_ISOWriter_RealOutputStrategy(&$targetVfs, $targetFile) X-Ref |
Constructor param: object &$targetVfs The VFS to which we will write the param: string $targetFile The path and name of file to write. |
factory(&$targetVfs, $targetFile) X-Ref |
Select and create a concrete strategy for using a real output file. param: object &$targetVfs The VFS to which we will write the param: string $targetFile The path and filename of the target return: object A concrete output strategy object or PEAR_Error on |
getRealFilename() X-Ref |
Get a real filesystem filename we can write to. return: string The filename or PEAR_Error on failure. |
finished() X-Ref |
Indicate that we're done writing to the real file. return: mixed Null or PEAR_Error on failure. |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |