forked from mirror/Part-DB.Part-DB-server
Removed unnecessary getIDString() function in AbstractDBElement.
This commit is contained in:
parent
a3af55d4e2
commit
8b6fe757a0
26 changed files with 3 additions and 219 deletions
|
@ -387,11 +387,6 @@ abstract class AbstractParameter extends AbstractNamedDBElement
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function getIDString(): string
|
||||
{
|
||||
return 'PM'.sprintf('%09d', $this->getID());
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a string representation and (if possible) with its unit.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue