mirror of
https://github.com/Karaka-Management/oms-Attribute.git
synced 2026-02-12 15:38:42 +00:00
remove getId()
This commit is contained in:
parent
4c1f85c96e
commit
8645dba6b2
|
|
@ -75,18 +75,6 @@ class Attribute implements \JsonSerializable
|
||||||
return $clone;
|
return $clone;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -105,18 +105,6 @@ class AttributeType implements \JsonSerializable
|
||||||
$this->name = $name;
|
$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
|
* Get the default attribute value by its value
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -108,17 +108,6 @@ class AttributeValue implements \JsonSerializable
|
||||||
*/
|
*/
|
||||||
public ?BaseStringL11n $l11n = null;
|
public ?BaseStringL11n $l11n = null;
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set l11n
|
* Set l11n
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user