[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 421 lignes (13 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
PearPackageTask:: (13 méthodes):
init()
setOptions()
fixDeps()
populateOptions()
main()
getFileSets()
createFileSet()
setPackage()
setDir()
setName()
setDestFile()
createOption()
createMapping()
PearPkgOption:: (5 méthodes):
setName()
getName()
setValue()
getValue()
addText()
PearPkgMapping:: (5 méthodes):
setName()
getName()
createElement()
getElements()
getValue()
PearPkgMappingElement:: (5 méthodes):
setKey()
getKey()
setValue()
getValue()
createElement()
Classe: PearPackageTask - X-Ref
A task to create PEAR package.xml file.init() X-Ref |
Pas de description |
setOptions() X-Ref |
Sets PEAR package.xml options, based on class properties. return: void |
fixDeps($deps) X-Ref |
Fixes the boolean in optional dependencies |
populateOptions() X-Ref |
Adds the options that are set via attributes and the nested tags to the options array. |
main() X-Ref |
Main entry point. return: void |
getFileSets() X-Ref |
Used by the PEAR_PackageFileManager_PhingFileSet lister. return: array FileSet[] |
createFileSet() X-Ref |
Nested creator, creates a FileSet for this task return: FileSet The created fileset object |
setPackage($v) X-Ref |
Set "package" property from XML. param: string $v return: void |
setDir(PhingFile $f) X-Ref |
Sets "dir" property from XML. param: PhingFile $f return: void |
setName($v) X-Ref |
Sets "name" property from XML. param: string $v return: void |
setDestFile(PhingFile $f) X-Ref |
Sets the file to use for generated package.xml |
createOption() X-Ref |
Handles nested generic <option> elements. |
createMapping() X-Ref |
Handles nested generic <option> elements. |
Classe: PearPkgMapping - X-Ref
Handles complex options <mapping> elements which are hashes (assoc arrays).Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |