[ Index ] |
|
Code source de Horde 3.1.3 |
1 <?php 2 3 /** 4 * Strategy for directly accessing input tree in a 'file' VFS 5 * 6 * $Horde: framework/VFS_ISOWriter/ISOWriter/RealInputStrategy/direct.php,v 1.1.8.4 2006/01/01 21:28:44 jan Exp $ 7 * 8 * Copyright 2004-2006 Cronosys, LLC <http://www.cronosys.com/> 9 * 10 * See the enclosed file COPYING for license information (LGPL). If you 11 * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. 12 * 13 * @author Jason M. Felice <jfelice@cronosys.com> 14 * @package VFS_ISO 15 * @since Horde 3.0 16 */ 17 class VFS_ISOWriter_RealInputStrategy_direct extends VFS_ISOWriter_RealInputStrategy { 18 19 function getRealPath() 20 { 21 return $this->_sourceVfs->_getNativePath($this->_sourceRoot); 22 } 23 24 function finished() 25 { 26 } 27 28 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |