Member Function Documentation
Print the given formatted string (if verbose output is enabled). Output always includes the migration's class name.
- Parameters
-
string | $format,... | printf-style format string and parameters |
Abstract method describing this migration step. This method should be implemented in a migration subclass.
- Returns
- string migration description
Abstract method reverting this migration step. This method should be implemented in a migration subclass.
protected
Perform or revert this migration, depending on the indicated direction.
protected
- Parameters
-
string | $direction | migration direction (either 'up' or 'down') |
Initalize a Migration object (optionally using verbose output).
- Parameters
-
boolean | $verbose | verbose output (default FALSE) |
Abstract method performing this migration step. This method should be implemented in a migration subclass.
protected
Print the given string (if verbose output is enabled).
private
- Parameters
-
Field Documentation
The documentation for this class was generated from the following file: