[ Index ] |
|
Code source de PHP PEAR 1.4.5 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 323 lignes (11 kb) |
Inclus ou requis: | 1 fois |
Référencé: | 0 fois |
Nécessite: | 3 fichiers PEAR/PackageFile/Generator/v1.php PEAR/Config.php PEAR/PackageFile.php |
PEAR_PackageFileManager_SimpleGenerator:: (11 méthodes):
PEAR_PackageFileManager_SimpleGenerator()
setPackageFileManagerOptions()
xmlFromInfo()
getFileRoles()
getReplacementTypes()
validatePackageInfo()
recursiveXmlFilelist()
_addDir()
_formatDir()
_formatFile()
_doFileList()
Classe: PEAR_PackageFileManager_SimpleGenerator - X-Ref
Class for XML outputPEAR_PackageFileManager_SimpleGenerator() X-Ref |
remove a warning about missing parameters - don't delete this |
setPackageFileManagerOptions($opts) X-Ref |
param: array |
xmlFromInfo($pkginfo) X-Ref |
Return an XML document based on the package info (as returned by the PEAR_Common::infoFrom* methods). param: array $pkginfo package info return: string XML data |
getFileRoles() X-Ref |
Pas de description |
getReplacementTypes() X-Ref |
Pas de description |
validatePackageInfo($info, &$errors, &$warnings, $dir_prefix = '') X-Ref |
Validate XML package definition file. param: string $info Filename of the package archive or of the param: array $errors Array that will contain the errors param: array $warnings Array that will contain the warnings param: string $dir_prefix (optional) directory where source files return: boolean |
recursiveXmlFilelist($list) X-Ref |
param: array |
_addDir(&$dirs, $dir, $file = null, $attributes = null) X-Ref |
param: array param: array param: string|null param: array|null |
_formatDir($dirs, $indent = '', $curdir = '', $toplevel = false) X-Ref |
param: array param: string param: string |
_formatFile($file, $attributes, $indent) X-Ref |
param: string param: array param: string |
_doFileList($indent, $filelist, $curdir) X-Ref |
Generate the <filelist> tag return: string |
Généré le : Sun Feb 25 14:08:00 2007 | par Balluche grâce à PHPXref 0.7 |