__call()
__construct()
help()
_current()
_down()
_run()
_up()
$default
$executed
$module_count
$modules
$package_count
$packages
$rerun
migrate task
use this command line task to deploy and rollback changes
__call(string $name, string $args)
string
name of the method to run
string
any additional method arguments (not used here!)
__construct()
help()
_current(string $name, string $type)
string
name of the type (in case of app, it's 'default')
string
type (app, module or package)
_down($name, $type)
string
string
_run(string $name, string $type)
string
name of the type (in case of app, it's 'default')
string
type (app, module or package)
_up($name, $type)
string
string
$default : boolean
$executed : array
$module_count : int
$modules : array
$package_count : int
$packages : array
$rerun : bool