Propel API
Class

PropelMigrationDownTask

class PropelMigrationDownTask extends BasePropelMigrationTask

This Task executes the next migration down

Methods

setMigrationTable(string $migrationTable)

Set the migration Table name

from BasePropelMigrationTask
string getMigrationTable()

Get the migration Table name

from BasePropelMigrationTask
void setOutputDirectory(PhingFile $outputDirectory)

[REQUIRED] Set the output directory.

from BasePropelMigrationTask
string getOutputDirectory()

Get the output directory.

from BasePropelMigrationTask
main()

Main method builds all the targets for a typical propel project.

Details

public setMigrationTable(string $migrationTable)

Set the migration Table name

Parameters

string $migrationTable

public string getMigrationTable()

Get the migration Table name

Return Value

string

public void setOutputDirectory(PhingFile $outputDirectory)

[REQUIRED] Set the output directory.

It will be
created if it doesn't exist.

Parameters

PhingFile $outputDirectory

Return Value

void

Exceptions

Exception

public string getOutputDirectory()

Get the output directory.

Return Value

string

at line 26
public main()

Main method builds all the targets for a typical propel project.