Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit 683e1e5d erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix(ErpEntityCustomerFiles): remove unnecessary abstract getId() - better uuid comment

Übergeordneter 4535b162
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
3 Merge Requests!87refactor: code stability,!86refactor: code stability,!85refactor: code stability
......@@ -14,8 +14,6 @@ trait ErpEntityCustomerFiles
abstract public function getCustomer(): ?ErpUser;
abstract public function getId(): int;
abstract public function addCustomDataEntry(string $key, mixed $value): void;
abstract public function getCustomDataEntry(string $key): mixed;
......
......@@ -26,7 +26,6 @@
* Class User
* ERP User, a user object compatible to the QUIQQER User Interface
*
* @todo implement UUID
* @package QUI\ERP
*/
class User extends QUI\QDOM implements UserInterface
......@@ -272,7 +271,7 @@ public static function convertUserDataToErpUser(array $user): User
/**
* @return int|false
* @deprecated
* @deprecated use getUUID()
*/
public function getId(): int|false
{
......@@ -281,7 +280,7 @@ public function getId(): int|false
/**
* @return string
* @deprecated
* @deprecated use getUUID()
*/
public function getUniqueId(): string
{
......@@ -297,7 +296,7 @@ public function getUUID(): string
}
/**
* @return mixed
* @return string
*/
public function getName(): string
{
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren