classes/phing/tasks/system/AdhocTask.php
Abstract class for creating adhoc Phing components in buildfile.
By itself this class can be used to declare a single class within your buildfile. You can then reference this class in any task that takes custom classes (selectors, mappers, filters, etc.)
Subclasses exist for conveniently declaring and registering tasks and types.
- author
- Hans Lellelid
- package
- phing.tasks.system
- version
- $Revision: 526 $
\AdhocTask
Abstract class for creating adhoc Phing components in buildfile.
By itself this class can be used to declare a single class within your buildfile. You can then reference this class in any task that takes custom classes (selectors, mappers, filters, etc.)
Subclasses exist for conveniently declaring and registering tasks and types.
- Extends from
- \Task
- author
- Hans Lellelid
- copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.tasks.system
- version
- $Revision: 526 $