Abstract

author Hans Lellelid
package phing.tasks.ext.pdo
since 2.3.0

 Methods

Perform any final tasks and Close the writer.

close() 

Gets the output writer.

getOutput() : \Writer

Returns

Gets the preferred output filename for this formatter.

getPreferredOutfile() : string

Returns

string

Perform any initialization.

initialize() 

Processes a specific row from PDO result set.

processRow(array $row) 

Parameters

$row

array

Row of PDO result set.

Sets the output writer.

setOutput(\Writer $out) 

Parameters

$out

\Writer

 Properties

 

$out : \Writer