default
[ class tree: default ] [ index: default ] [ all elements ]

Class: BuildTask

Source Location: /sapphire/dev/BuildTask.php

Class Overview


Interface for a generic build task. Does not support dependencies. This will simply run a chunk of code when called.


Author(s):

Methods


Child classes:

MigrationTask
A migration task is a build task that is reversible.

Class Details

[line 12]
Interface for a generic build task. Does not support dependencies. This will simply run a chunk of code when called.

To disable the task (in the case of potentially destructive updates or deletes), declare the $Disabled property on the subclass.




Tags:

todo:  move from sapphire/testing to sapphire/dev or sapphire/development?
abstract:  


[ Top ]


Class Methods


method isDisabled [line 16]

void isDisabled( )



Tags:

access:  public


[ Top ]

method run [line 14]

void run( $request)



Tags:

abstract:  


Overridden in child classes as:

MigrationTask::run()

Parameters:

   $request  

[ Top ]


blog comments powered by Disqus
Documentation generated on Fri, 13 Jun 2008 06:33:10 +1200 by phpDocumentor 1.3.2