tasks/ext/phpcpd/PHPCPDFormatterElement.php

Show: inherited
Table of Contents

$Id: PHPCPDFormatterElement.php 728 2010-02-13 23:21:51Z bschultz $

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

This software consists of voluntary contributions made by many individuals and is licensed under the LGPL. For more information please see http://phing.info.

\PHPCPDFormatterElement

Package: phing\tasks\ext\phpcpd

A wrapper for the implementations of PHPCPDResultFormatter.

Author
Benjamin Schultz  
Version
$Id: PHPCPDFormatterElement.php 728 2010-02-13 23:21:51Z bschultz $  

Properties

Propertyprotected\PHPCPDResultFormatter  $_formatter= 'null'

The report result formatter.

Default valuenullDetails
Type
\PHPCPDResultFormatter
Propertyprotected\PhingFile  $_outfile= 'null'

Output file for formatter.

Default valuenullDetails
Type
\PhingFile
Propertyprivate\PHPCPDTask  $_parentTask= ''

The parent task

Details
Type
\PHPCPDTask
Propertyprotectedstring  $_type= ''''

The type of the formatter.

Default value''Details
Type
string
Propertyprotectedboolean  $_useFile= 'true'

Whether to use file (or write output to phing log).

Default valuetrueDetails
Type
boolean

Methods

methodpublic__construct( \PHPCPDTask $parentTask ) : void

Construct a new PHPCPDFormatterElement with parent task.

Parameters
Name Type Description
$parentTask \PHPCPDTask
methodpublicgetFormatter( ) : \PHPCPDResultFormatter

Returns the report formatter.

Returns
Type Description
\PHPCPDResultFormatter
Throws
Exception Description
\BuildException When the specified renderer does not exist.
methodpublicgetOutfile( ) : \PhingFile

Get the output file.

Returns
Type Description
\PhingFile
methodpublicgetType( ) : string

Get the formatter type

Returns
Type Description
string
methodpublicgetUseFile( ) : boolean

Return whether to write formatter results to file or not.

Returns
Type Description
boolean
methodpublicsetOutfile( \PhingFile $outfile ) : void

Sets the output file for the formatter results.

Parameters
Name Type Description
$outfile \PhingFile

The output file

methodpublicsetType( string $type ) : void

Sets the formatter type.

Parameters
Name Type Description
$type string

Type of the formatter

methodpublicsetUseFile( boolean $useFile ) : void

Set whether to write formatter results to file or not.

Parameters
Name Type Description
$useFile boolean

True or false.

Documentation was generated by DocBlox 0.17.1.