tasks/ext/simpletest/SimpleTestFormatterElement.php

Show: inherited
Table of Contents

\SimpleTestFormatterElement

Package: phing\tasks\ext\simpletest

Child class of "FormatterElement", overrides setType to provide other formatter classes for SimpleTest

Parent(s)
\FormatterElement
Author
Michiel Rook  
Since
2.2.0  
Version
$Id: 2441f1b83b9f9d1aeb2a4afd7e049c840d70bbd9 $  

Properties

Propertyprotected  $formatter= 'NULL'
inheritedInherited from: \FormatterElement::$$formatter
Default valueNULLDetails
Type
n/a
Inherited_from
\FormatterElement::$$formatter  
Propertyprotected  $outfile= '""'
inheritedInherited from: \FormatterElement::$$outfile
Default value""Details
Type
n/a
Inherited_from
\FormatterElement::$$outfile  
Propertyprotected  $parent= 'NULL'
inheritedInherited from: \FormatterElement::$$parent
Default valueNULLDetails
Type
n/a
Inherited_from
\FormatterElement::$$parent  
Propertyprotected  $toDir= '"."'
inheritedInherited from: \FormatterElement::$$toDir
Default value"."Details
Type
n/a
Inherited_from
\FormatterElement::$$toDir  
Propertyprotected  $type= '""'
inheritedInherited from: \FormatterElement::$$type
Default value""Details
Type
n/a
Inherited_from
\FormatterElement::$$type  
Propertyprotected  $useFile= 'true'
inheritedInherited from: \FormatterElement::$$useFile
Default valuetrueDetails
Type
n/a
Inherited_from
\FormatterElement::$$useFile  

Methods

methodpublicgetExtension( ) : string
inherited

Returns extension

Inherited from: \FormatterElement::getExtension()
Returns
Type Description
string
methodpublicgetFormatter( ) : \PHPUnitResultFormatter
inherited

Returns formatter object

Inherited from: \FormatterElement::getFormatter()
Returns
Type Description
\PHPUnitResultFormatter
methodpublicgetOutfile( ) : string
inherited

Returns output filename

Inherited from: \FormatterElement::getOutfile()
Returns
Type Description
string
methodpublicgetToDir( ) : string
inherited

Returns output directory

Inherited from: \FormatterElement::getToDir()
Returns
Type Description
string
methodpublicgetUseFile( ) : void
inherited

Returns whether to store formatting results in a file

Inherited from: \FormatterElement::getUseFile()
methodpublicsetClassName(  $className ) : void
inherited

Loads a specific formatter class

Inherited from: \FormatterElement::setClassName()
Parameters
Name Type Description
$className
methodpublicsetOutfile( string $outfile ) : void
inherited

Sets output filename

Inherited from: \FormatterElement::setOutfile()
Parameters
Name Type Description
$outfile string
methodpublicsetParent( \Task $parent ) : void
inherited

Sets parent task

Inherited from: \FormatterElement::setParent()
Parameters
Name Type Description
$parent \Task

Calling Task

methodpublicsetToDir( string $toDir ) : void
inherited

Sets output directory

Inherited from: \FormatterElement::setToDir()
Parameters
Name Type Description
$toDir string
methodpublicsetType( string $type ) : void

Loads a specific formatter type

Parameters
Name Type Description
$type string
methodpublicsetUseFile(  $useFile ) : void
inherited

Sets whether to store formatting results in a file

Inherited from: \FormatterElement::setUseFile()
Parameters
Name Type Description
$useFile
Documentation was generated by DocBlox 0.18.1.