[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 93 lignes (2 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
VFS_ISOWriter_RealInputStrategy:: (4 méthodes):
VFS_ISOWriter_RealInputStrategy()
getRealPath()
finished()
factory()
Classe: VFS_ISOWriter_RealInputStrategy - X-Ref
Encapsulate strategies for getting a real, local filesystem structure fromVFS_ISOWriter_RealInputStrategy(&$sourceVfs, $sourceRoot) X-Ref |
The root directory within the source VFS |
getRealPath() X-Ref |
Get a real path to the input tree. return: mixed A string with the real path, or PEAR_Error on failure. |
finished() X-Ref |
Indicate we are finished with this input strategy. return: mixed Null or PEAR_Error on failure. |
factory(&$sourceVfs, $sourceRoot) X-Ref |
Decide which strategy to use to get a real FS and create it. param: object &$sourceVfs The VFS we want to read from. param: string $sourceRoot The root directory in that VFS. return: object A concrete strategy or PEAR_Error if no strategy is |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |