classes/phing/tasks/ext/phpunit/FormatterElement.php
\FormatterElement
A wrapper for the implementations of PHPUnit2ResultFormatter.
- author
- Michiel Rook
- package
- phing.tasks.ext.phpunit
- since
- 2.1.0
- version
- $Id: FormatterElement.php 794 2010-06-24 14:16:00Z mrook $
Properties
Methods

getFormatter(
)
:
\PHPUnitResultFormatterReturns formatter object
| Type | Description |
|---|---|
| \PHPUnitResultFormatter |

setClassName(
$className
)
:
Loads a specific formatter class
| Name | Type | Description |
|---|---|---|
| $className |

setOutfile(
string $outfile
)
:
Sets output filename
| Name | Type | Description |
|---|---|---|
| $outfile | string |

setParent(
\Task $parent
)
:
Sets parent task
| Name | Type | Description |
|---|---|---|
| $parent | \Task | Calling Task |

setType(
string $type
)
:
Loads a specific formatter type
| Name | Type | Description |
|---|---|---|
| $type | string |