Propel API
Class

BasePropelMigrationTask

abstract class BasePropelMigrationTask extends Task

This Task lists the migrations yet to be executed

Methods

setMigrationTable(string $migrationTable)

Set the migration Table name

string getMigrationTable()

Get the migration Table name

void setOutputDirectory(PhingFile $outputDirectory)

[REQUIRED] Set the output directory.

string getOutputDirectory()

Get the output directory.

Details

at line 45
public setMigrationTable(string $migrationTable)

Set the migration Table name

Parameters

string $migrationTable

at line 55
public string getMigrationTable()

Get the migration Table name

Return Value

string

at line 67
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

at line 85
public string getOutputDirectory()

Get the output directory.

Return Value

string