generateMigrationSourceCode() protected method (available since version 2.0.8)
Generates new migration source PHP code.
Child class may override this method, adding extra logic or variation to the process.
protected string generateMigrationSourceCode ( $params ) | ||
---|---|---|
$params | array |
Generation parameters, usually following parameters are present:
|
return | string |
Generated PHP code. |
Please login to continue.