stable
Clone or download
Read-only
story #8572: Transform untyped $data to object in ProjectCreator
This has a few benefits ranging from documenting the data structure to allowing in the future filling these creation data using the import XML file when that will be available. Change-Id: I27b5ddb6d95a2bc5624f6c8c48dbe1b8c296b70f
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/project/OneStepCreation/OneStepCreationController.class.php | +2 | −1 | Go to diff View file |
A | src/common/project/ProjectCreationData.class.php | +140 | −0 | Go to diff View file |
M | src/common/project/ProjectCreator.class.php | +39 | −37 | Go to diff View file |