class PropelMigrationUpTask extends BasePropelMigrationTask
This Task executes the next migration up
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
        in BasePropelMigrationTask at line 45
                    public            
    setMigrationTable(string $migrationTable)
    
    Set the migration Table name
        in BasePropelMigrationTask at line 55
                    public            string
    getMigrationTable()
    
    Get the migration Table name
        in BasePropelMigrationTask at line 67
                    public            void
    setOutputDirectory(PhingFile $outputDirectory)
    
    [REQUIRED] Set the output directory.
It will be
 created if it doesn't exist.
        in BasePropelMigrationTask at line 85
                    public            string
    getOutputDirectory()
    
    Get the output directory.
        at line 25
                    public            
    main()
    
    Main method builds all the targets for a typical propel project.