mb_pattern_create_project
Use the mb_pattern_create_project function to create a new PHP project in user-defined patterns.
The following example shows how the mb_pattern_create_project function is called:
mb_pattern_create_project(string $project_name);
The arguments taken by mb_pattern_create_project are shown in the following table:
Argument | Description |
---|---|
project_name | The name of the pattern instance project. This API does not configure the .project file. The pattern author must run a PHP template to configure the .project file contents using the mb_pattern_run_template function. |