application_name = $application_name;} /** * Returns the name of the Application * * @return string */ public function getApplicationName(): string { return $this->application_name; } }