PHP Class PHPUnit_Extensions_Database_DataSet_Persistors_Yaml, qcodo

Author: Mike Lively ([email protected])
Inheritance: implements PHPUnit_Extensions_Database_DataSet_IPersistable
Show file Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Property Type Description
$filename string

Public Methods

Method Description
setFileName ( string $filename ) Sets the filename that this persistor will save to.
write ( PHPUnit_Extensions_Database_DataSet_IDataSet $dataset ) Writes the dataset to a yaml file

Method Details

setFileName() public method

Sets the filename that this persistor will save to.
public setFileName ( string $filename )
$filename string

write() public method

Writes the dataset to a yaml file
public write ( PHPUnit_Extensions_Database_DataSet_IDataSet $dataset )
$dataset PHPUnit_Extensions_Database_DataSet_IDataSet

Property Details

$filename protected property

protected string $filename
return string