| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 177 lignes (5 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
ChmodTask:: (9 méthodes):
setFailonerror()
setQuiet()
setFile()
setMode()
createFileSet()
main()
checkParams()
chmod()
chmodFile()
| setFailonerror($bool) X-Ref |
| This flag means 'note errors to the output, but keep going' |
| setQuiet($bool) X-Ref |
| Set quiet mode, which suppresses warnings if chmod() fails. |
| setFile(PhingFile $file) X-Ref |
| Sets a single source file to touch. If the file does not exist an empty file will be created. |
| setMode($str) X-Ref |
| Pas de description |
| createFileSet() X-Ref |
| Nested creator, adds a set of files (nested fileset attribute). |
| main() X-Ref |
| Execute the touch operation. return: void |
| checkParams() X-Ref |
| Ensure that correct parameters were passed in. return: void |
| chmod() X-Ref |
| Does the actual work. return: void |
| chmodFile(PhingFile $file, $mode) X-Ref |
| Actually change the mode for the file. param: PhingFile $file param: int $mode |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |