mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented draft for PureSourceCreateType Test and adapted classes to it
This commit is contained in:
@@ -13,9 +13,14 @@ interface IdAttributInterface
|
||||
public function setId(int $id): void;
|
||||
|
||||
/**
|
||||
* @return int
|
||||
* Don't use this function to check if an id is set.
|
||||
* Use instead:.
|
||||
*
|
||||
* @see self::hasId()
|
||||
*
|
||||
* @return int|null
|
||||
*/
|
||||
public function getId(): int;
|
||||
public function getId(): ?int;
|
||||
|
||||
/**
|
||||
* @return bool Checks if attribute is set
|
||||
|
Reference in New Issue
Block a user