remove getId()

This commit is contained in:
Dennis Eichhorn 2023-05-30 02:36:57 +02:00
parent 4c1f85c96e
commit 8645dba6b2
3 changed files with 0 additions and 35 deletions

View File

@ -75,18 +75,6 @@ class Attribute implements \JsonSerializable
return $clone;
}
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/**
* {@inheritdoc}
*/

View File

@ -105,18 +105,6 @@ class AttributeType implements \JsonSerializable
$this->name = $name;
}
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/**
* Get the default attribute value by its value
*

View File

@ -108,17 +108,6 @@ class AttributeValue implements \JsonSerializable
*/
public ?BaseStringL11n $l11n = null;
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/**
* Set l11n