GetName returns the app's name
()
| 682 | |
| 683 | // GetName returns the app's name |
| 684 | func (app *DdevApp) GetName() string { |
| 685 | return app.Name |
| 686 | } |
| 687 | |
| 688 | // GetPhpVersion returns the app's php version |
| 689 | func (app *DdevApp) GetPhpVersion() string { |
no outgoing calls