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