classes/phing/tasks/system/AdhocTaskdefTask.php
A class for creating adhoc tasks in build file.
class FooTest extends Task {
private $bar;
function setBar($bar) {
$this->bar = $bar;
}
function main() {
$this->log("In FooTest: " . $this->bar);
}
}
]]></adhoc-task>
<foo bar="B.L.I.N.G"/>
- author
- Hans Lellelid
- package
- phing.tasks.system
- version
- $Revision: 1015 $
\AdhocTaskdefTask
A class for creating adhoc tasks in build file.
class FooTest extends Task {
private $bar;
function setBar($bar) {
$this->bar = $bar;
}
function main() {
$this->log("In FooTest: " . $this->bar);
}
}
]]></adhoc-task>
<foo bar="B.L.I.N.G"/>
- Extends from
- \AdhocTask
- author
- Hans Lellelid
- copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.tasks.system
- version
- $Revision: 1015 $