save() public method
Saves the generated code into files.
| public boolean save ( $files, $answers, &$results ) | ||
|---|---|---|
| $files | yii\gii\CodeFile[] |
The code files to be saved |
| $answers | array | |
| $results | string |
This parameter receives a value from this method indicating the log messages generated while saving the code files. |
| return | boolean |
Whether files are successfully saved without any error. |
Please login to continue.