Child class of "FormatterElement", overrides setType to provide other
formatter classes for SimpleTest
Methods
Returns extension
getExtension() : string
Inherited
inherited_from |
\FormatterElement::getExtension() |
Returns
string
Returns output filename
getOutfile() : string
Inherited
inherited_from |
\FormatterElement::getOutfile() |
Returns
string
Returns output directory
getToDir() : string
Inherited
inherited_from |
\FormatterElement::getToDir() |
Returns
string
Returns whether to store formatting results in a file
getUseFile()
Inherited
inherited_from |
\FormatterElement::getUseFile() |
Loads a specific formatter class
setClassName($className)
Inherited
inherited_from |
\FormatterElement::setClassName() |
Parameters
$className
Sets output filename
setOutfile(string $outfile)
Inherited
inherited_from |
\FormatterElement::setOutfile() |
Parameters
$outfile
string
Sets parent task
setParent(\Task $parent)
Inherited
inherited_from |
\FormatterElement::setParent() |
Parameters
$parent
\Task
Calling Task
Sets output directory
setToDir(string $toDir)
Inherited
inherited_from |
\FormatterElement::setToDir() |
Parameters
$toDir
string
Loads a specific formatter type
setType(string $type)
Sets whether to store formatting results in a file
setUseFile($useFile)
Inherited
inherited_from |
\FormatterElement::setUseFile() |
Parameters
$useFile
Properties
$outfile
Inherited
inherited_from |
\FormatterElement::$$outfile |
$parent
Inherited
inherited_from |
\FormatterElement::$$parent |
$toDir
Inherited
inherited_from |
\FormatterElement::$$toDir |
$type
Inherited
inherited_from |
\FormatterElement::$$type |
$useFile
Inherited
inherited_from |
\FormatterElement::$$useFile |